This commit is contained in:
Anuken
2025-05-01 10:38:48 -04:00
parent 1a07efd80b
commit aecc3980fd
2 changed files with 9 additions and 9 deletions

View File

@@ -1115,7 +1115,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
if(commandMode){
//happens sometimes
selectedUnits.removeAll(u -> !u.isCommandable());
selectedUnits.removeAll(u -> !u.allowCommand());
//draw command overlay UI
for(Unit unit : selectedUnits){