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:
@@ -134,7 +134,7 @@ self:T()
|
||||
end
|
||||
end
|
||||
|
||||
for CargoID, Cargo in pairs( Cargos ) do
|
||||
for CargoID, Cargo in pairs( CARGOS ) do
|
||||
self:T( { Cargo.ClassName, Cargo.CargoName, Cargo.CargoType, Cargo:IsStatusNone(), Cargo:IsStatusLoaded(), Cargo:IsStatusLoading(), Cargo:IsStatusUnLoaded() } )
|
||||
if Cargo:IsStatusLoading() and Client == Cargo:IsLoadingToClient() then
|
||||
Cargo:StatusNone()
|
||||
|
||||
Reference in New Issue
Block a user