Removed extra line of code

This commit is contained in:
Anuken
2018-04-04 00:04:05 -04:00
parent 0559b43bde
commit 53ca2d0755

View File

@ -113,8 +113,6 @@ public class NetEvents {
packet.rotation = angle; packet.rotation = angle;
packet.playerid = Vars.player.id; packet.playerid = Vars.player.id;
Net.send(packet, SendMode.udp); Net.send(packet, SendMode.udp);
handleWeaponSwitch();
} }
public static void handlePlace(int x, int y, Block block, int rotation){ public static void handlePlace(int x, int y, Block block, int rotation){