Misc minor fixes

This commit is contained in:
Anuken
2022-07-18 22:14:53 -04:00
parent 2c6b2a6fa9
commit a6ae178b46
7 changed files with 35 additions and 11 deletions

View File

@@ -260,6 +260,8 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
if(!state.isPaused() && player == Vars.player){
Fx.moveCommand.at(target);
}
Events.fire(new BuildingCommandEvent(player, build, target));
}
@Remote(called = Loc.server, targets = Loc.both, forward = true)