mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
bug fix. forgot self.
This commit is contained in:
parent
d0bdf7b3c0
commit
1c9644bee7
@ -403,7 +403,7 @@ self:T()
|
|||||||
|
|
||||||
self.CargoClient = Client
|
self.CargoClient = Client
|
||||||
self.CargoStatus = CARGO.STATUS.LOADED
|
self.CargoStatus = CARGO.STATUS.LOADED
|
||||||
self:T( "Cargo " .. self.CargoName .. " loaded in Client: " .. CargoClient:GetClientGroupName() )
|
self:T( "Cargo " .. self.CargoName .. " loaded in Client: " .. self.CargoClient:GetClientGroupName() )
|
||||||
|
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user