Partial Cross Team Interaction Exploit Fix (#722)
* Delete Mindustry-64.zip * Delete core\src\io\anuke\mindustry\ui\dialogs\SaveDialog.java * It seems like... Exploit Patch? * 2nd * idk man
This commit is contained in:
@@ -110,6 +110,7 @@ public abstract class InputHandler implements InputProcessor{
|
||||
@Remote(targets = Loc.both, called = Loc.server, forward = true)
|
||||
public static void onTileTapped(Player player, Tile tile){
|
||||
if(tile == null || player == null) return;
|
||||
if(!tile.interactable(player.getTeam())) return;
|
||||
tile.block().tapped(tile, player);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user