Housekeeping

This commit is contained in:
Applevangelist
2024-04-16 08:45:53 +02:00
parent e21240e711
commit c9fd56116e

View File

@@ -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.