mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Disband cargo ships after processing.
Shipping lanes that received a ship would never lose their ships when transfers completed, so the line on the map was staying solid (and probably targetable).
This commit is contained in:
parent
64d7953e50
commit
a48ef69e41
@ -533,6 +533,7 @@ class PendingTransfers:
|
||||
incomplete.append(transfer)
|
||||
self.pending_transfers = incomplete
|
||||
self.convoys.disband_all()
|
||||
self.cargo_ships.disband_all()
|
||||
|
||||
def plan_transports(self) -> None:
|
||||
for transfer in self.pending_transfers:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user