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 flattree
|
||||||
-- @field #table rootentries
|
-- @field #table rootentries
|
||||||
-- @field #table menutree
|
-- @field #table menutree
|
||||||
-- @field #table SecondSeat
|
|
||||||
-- @field #number entrycount
|
-- @field #number entrycount
|
||||||
-- @field #boolean debug
|
-- @field #boolean debug
|
||||||
-- @field #table PlayerMenu
|
-- @field #table PlayerMenu
|
||||||
@ -418,7 +417,7 @@ end
|
|||||||
CLIENTMENUMANAGER = {
|
CLIENTMENUMANAGER = {
|
||||||
ClassName = "CLIENTMENUMANAGER",
|
ClassName = "CLIENTMENUMANAGER",
|
||||||
lid = "",
|
lid = "",
|
||||||
version = "0.1.5",
|
version = "0.1.5a",
|
||||||
name = nil,
|
name = nil,
|
||||||
clientset = nil,
|
clientset = nil,
|
||||||
menutree = {},
|
menutree = {},
|
||||||
@ -429,7 +428,6 @@ CLIENTMENUMANAGER = {
|
|||||||
debug = true,
|
debug = true,
|
||||||
PlayerMenu = {},
|
PlayerMenu = {},
|
||||||
Coalition = nil,
|
Coalition = nil,
|
||||||
SecondSeat = {},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
--- Create a new ClientManager instance.
|
--- Create a new ClientManager instance.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user