- Moved _DATABASE:_RegisterAirbases() to Globals.lua
This commit is contained in:
Frank
2021-09-29 08:58:46 +02:00
parent c311c40b72
commit 1832125022
2 changed files with 2 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ function DATABASE:New()
self:_RegisterGroupsAndUnits()
self:_RegisterClients()
self:_RegisterStatics()
self:_RegisterAirbases()
--self:_RegisterAirbases()
--self:_RegisterPlayers()
self.UNITS_Position = 0