This commit is contained in:
Frank
2020-05-06 16:05:12 +02:00
parent df2dbed441
commit 853989bfc9
2 changed files with 4 additions and 2 deletions
@@ -1425,7 +1425,8 @@ function FLIGHTCONTROL:_PlayerRequestInfo(groupname)
if flight then
local text="No info implemented yet"
MESSAGE:New(text, 5):ToGroup(flight.group)
end
+2 -1
View File
@@ -6383,10 +6383,11 @@ end
function FLIGHTGROUP:_UpdateMenu(delay)
if delay and delay>0 then
self:I(self.lid..string.format("FF updating menu in %.1f sec", delay))
self:ScheduleOnce(delay, FLIGHTGROUP._UpdateMenu, self)
else
self:I(self.lid.."FF updating menu")
self:I(self.lid.."FF updating menu NOW")
-- Get current position of group.
local position=self.group:GetCoordinate()