mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-25 06:53:05 +00:00
Ops
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user