Merge remote-tracking branch 'origin/develop' into branch

This commit is contained in:
Applevangelist 2025-02-09 11:47:15 +01:00
commit 5c5b1383be

View File

@ -3192,8 +3192,9 @@ function CTLD:_LoadCratesNearby(Group, Unit)
end end
end end
self.Loaded_Cargo[unitname] = loaded self.Loaded_Cargo[unitname] = loaded
self:_UpdateUnitCargoMass(Unit) self:_UpdateUnitCargoMass(Unit)
-- clean up real world crates self:_RefreshDropCratesMenu(Group, Unit)
-- clean up real world crates
self:_CleanupTrackedCrates(crateidsloaded) self:_CleanupTrackedCrates(crateidsloaded)
end end
end end