fixed a typo in comment

This commit is contained in:
summetdev 2020-10-18 21:38:01 +03:00
parent ef58111cc3
commit bd6aebb961

View File

@ -661,7 +661,7 @@ public class DesktopInput extends InputHandler{
} }
} }
//update commander inut //update commander unit
if(Core.input.keyTap(Binding.command)){ if(Core.input.keyTap(Binding.command)){
Call.unitCommand(player); Call.unitCommand(player);
} }