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

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