diff --git a/client/src/map/map.ts b/client/src/map/map.ts index 9ec6c149..93f86408 100644 --- a/client/src/map/map.ts +++ b/client/src/map/map.ts @@ -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.`); }