Work Around For Desync

This commit is contained in:
Cooldude2606
2018-10-26 13:19:50 +01:00
parent 4fe7ec3c0a
commit d287d33e05
6 changed files with 28 additions and 2 deletions

View File

@@ -28,6 +28,9 @@ return function(event)
-- posible error handling if needed
error(err)
end):on_event(defines.events.on_player_respawned,function(self,event)
-- the _env should be auto loaded but it does not for some reason
local _ENV = _ENV or setmetatable({},{__index=_G})
_ENV.Game = self._env.Game
if self.data.players[event.player_index] then
local remove = {}
local player = Game.get_player(event)