This commit is contained in:
amouillard 2023-09-13 18:47:24 +02:00
parent 6d32b20117
commit 31c112157a

View File

@ -584,7 +584,7 @@ export class Map extends L.Map {
else
getInfoPopup().setText(`Selected units can not perform point actions.`);
}
else {
else if(selectedUnitTypes.length > 1) {
getInfoPopup().setText(`Multiple unit types selected, no common actions available.`);
}