mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Small bug fix with cargo
This commit is contained in:
parent
fd0d012ff5
commit
7861ae753d
@ -453,7 +453,7 @@ trace.f( self.ClassName )
|
|||||||
local SpawnCargo = true
|
local SpawnCargo = true
|
||||||
|
|
||||||
if self.CargoGroupName then
|
if self.CargoGroupName then
|
||||||
local Client = self.IsLoadedInClient()
|
local Client = self:IsLoadedInClient()
|
||||||
if Client and Client:ClientGroup() then
|
if Client and Client:ClientGroup() then
|
||||||
if Client:FindCargo( self.CargoName ) then
|
if Client:FindCargo( self.CargoName ) then
|
||||||
SpawnCargo = false
|
SpawnCargo = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user