mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Housekeeping
This commit is contained in:
parent
504aa19c03
commit
0764d076db
@ -307,7 +307,6 @@ end
|
||||
-- @field #table flattree
|
||||
-- @field #table rootentries
|
||||
-- @field #table menutree
|
||||
-- @field #table SecondSeat
|
||||
-- @field #number entrycount
|
||||
-- @field #boolean debug
|
||||
-- @field #table PlayerMenu
|
||||
@ -418,7 +417,7 @@ end
|
||||
CLIENTMENUMANAGER = {
|
||||
ClassName = "CLIENTMENUMANAGER",
|
||||
lid = "",
|
||||
version = "0.1.5",
|
||||
version = "0.1.5a",
|
||||
name = nil,
|
||||
clientset = nil,
|
||||
menutree = {},
|
||||
@ -429,7 +428,6 @@ CLIENTMENUMANAGER = {
|
||||
debug = true,
|
||||
PlayerMenu = {},
|
||||
Coalition = nil,
|
||||
SecondSeat = {},
|
||||
}
|
||||
|
||||
--- Create a new ClientManager instance.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user