Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2022-10-03 18:01:27 -04:00

View File

@@ -239,6 +239,11 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
ai.commandPosition(posTarget);
}
unit.lastCommanded = player.coloredName();
//remove when other player command
if(!headless && player != Vars.player){
control.input.selectedUnits.remove(unit);
}
}
}