-- Lots of fixes done. Especially on the

- Messaging
- Menu system
- Crashing DCS
- Routing
This commit is contained in:
FlightControl_Master
2018-04-08 11:01:46 +02:00
parent b1ecdc727c
commit af23aa3b79
9 changed files with 131 additions and 44 deletions

View File

@@ -326,6 +326,9 @@ function UNIT:GetCallsign()
if DCSUnit then
local UnitCallSign = DCSUnit:getCallsign()
if UnitCallSign == "" then
UnitCallSign = DCSUnit:getName()
end
return UnitCallSign
end