This commit is contained in:
Ilya246 2022-06-18 16:34:12 +04:00 committed by GitHub
parent 58e274b29f
commit 41af17e70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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){