mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Try to get the DCS bug in 1.5.3 resolved with :isExist for a Client Group
Client groups connected remotely to a server, are not generating any birth events on the server. The server therefore thinks that the Group does not exist ... This bug is present since 1.5. Currently building a logic to go "around" that problem using other functions (the coalition:getPlayerUnits() is key for resolvement)
This commit is contained in:
@@ -13,6 +13,7 @@ DATABASE = {
|
||||
NavPoints = {},
|
||||
Statics = {},
|
||||
Players = {},
|
||||
ActivePlayers = {},
|
||||
ClientsByName = {},
|
||||
ClientsByID = {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user