mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixing score problems dealing with 1.5.3 Client bug.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user