mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix another unit type mismatch.
(cherry picked from commit a06fc6d80f9de1074c7c13440da16b8c67e10407)
This commit is contained in:
parent
b03d1599e1
commit
da917a7dde
@ -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