mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-21 05:07:41 +07:00
Removed extra line of code
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user