Fixed unabled to copy humans

This commit is contained in:
Pax1601
2023-12-09 15:51:16 +01:00
parent 0459d5c625
commit b0ee653bff
4 changed files with 26 additions and 30 deletions

View File

@@ -1196,7 +1196,7 @@ export class UnitsManager {
return;
if (units === null)
units = this.getSelectedUnits({ excludeHumans: true });
units = this.getSelectedUnits();
if (units.length === 0)
return;