Fixing score problems dealing with 1.5.3 Client bug.

This commit is contained in:
svenvandevelde
2016-02-27 07:49:52 +01:00
parent fe49fbb0a6
commit b3a68636f8
4 changed files with 58 additions and 22 deletions

View File

@@ -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()