diff --git a/core/src/io/anuke/mindustry/net/NetEvents.java b/core/src/io/anuke/mindustry/net/NetEvents.java index f840180bdd..ccb59f36a1 100644 --- a/core/src/io/anuke/mindustry/net/NetEvents.java +++ b/core/src/io/anuke/mindustry/net/NetEvents.java @@ -113,8 +113,6 @@ public class NetEvents { packet.rotation = angle; packet.playerid = Vars.player.id; Net.send(packet, SendMode.udp); - - handleWeaponSwitch(); } public static void handlePlace(int x, int y, Block block, int rotation){