mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
-- Lots of fixes done. Especially on the
- Messaging - Menu system - Crashing DCS - Routing
This commit is contained in:
@@ -326,6 +326,9 @@ function UNIT:GetCallsign()
|
||||
|
||||
if DCSUnit then
|
||||
local UnitCallSign = DCSUnit:getCallsign()
|
||||
if UnitCallSign == "" then
|
||||
UnitCallSign = DCSUnit:getName()
|
||||
end
|
||||
return UnitCallSign
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user