mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix another unit type mismatch.
This commit is contained in:
parent
3ddfc47d3a
commit
a06fc6d80f
@ -284,7 +284,7 @@ class NewUnitTransferDialog(QDialog):
|
||||
continue
|
||||
|
||||
logging.info(
|
||||
f"Transferring {count} {unit_type.id} from {self.origin} to "
|
||||
f"Transferring {count} {unit_type} from {self.origin} to "
|
||||
f"{destination}"
|
||||
)
|
||||
transfers[unit_type] = count
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user