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