mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Bugfix with Cargo
- Complex bug fix concerning CARGO_GROUPs loaded units in other clients. - Complex bug fix concerning ReSpawning of CARGO_GROUPs when the mission starts.
This commit is contained in:
@@ -187,7 +187,7 @@ self:T()
|
||||
self:T( Task.Cargos.InitCargos )
|
||||
for InitCargoID, InitCargoData in pairs( Task.Cargos.InitCargos ) do
|
||||
self:T( { InitCargoData } )
|
||||
InitCargoData:Spawn()
|
||||
InitCargoData:Spawn( Client )
|
||||
end
|
||||
|
||||
return Valid
|
||||
|
||||
Reference in New Issue
Block a user