Re-added tap event for servers

This commit is contained in:
Anuken
2020-09-30 15:01:46 -04:00
parent 059c729a2c
commit d07c74b60f
5 changed files with 30 additions and 2 deletions
@@ -558,6 +558,9 @@ public class MobileInput extends InputHandler implements GestureListener{
//ignore off-screen taps
if(cursor == null || Core.scene.hasMouse(x, y)) return false;
Call.tileTap(player, cursor);
Tile linked = cursor.build == null ? cursor : cursor.build.tile;
if(!player.dead()){