This commit is contained in:
Ilya246
2022-06-18 16:34:12 +04:00
committed by GitHub
parent 58e274b29f
commit 41af17e70b

View File

@@ -233,8 +233,8 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
}else if(posTarget != null){
ai.commandPosition(posTarget);
}
unit.lastCommanded = player.coloredName();
}
unit.lastCommanded = player.coloredName();
}
if(unitIds.length > 0 && player == Vars.player){