mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed unabled to copy humans
This commit is contained in:
@@ -1196,7 +1196,7 @@ export class UnitsManager {
|
||||
return;
|
||||
|
||||
if (units === null)
|
||||
units = this.getSelectedUnits({ excludeHumans: true });
|
||||
units = this.getSelectedUnits();
|
||||
|
||||
if (units.length === 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user