From 53ca2d075568d2e82b7adc64dbe02d770d71ac93 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 4 Apr 2018 00:04:05 -0400 Subject: [PATCH] Removed extra line of code --- core/src/io/anuke/mindustry/net/NetEvents.java | 2 -- 1 file changed, 2 deletions(-) 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){