Fixing score problems dealing with 1.5.3 Client bug.

This commit is contained in:
svenvandevelde
2016-02-27 07:49:52 +01:00
parent fe49fbb0a6
commit b3a68636f8
4 changed files with 58 additions and 22 deletions

View File

@@ -477,7 +477,7 @@ self:T()
if Client and Client:ClientGroup() then
SpawnCargo = false
else
local CargoGroup = Group.getByName( self.CargoName )
local CargoGroup = Group.getByName( self.CargoName )
if CargoGroup and CargoGroup:isExist() then
SpawnCargo = false
end