Fix compile

This commit is contained in:
Prospector 2017-06-09 08:47:44 -07:00
parent 2d5d60be6b
commit 81f701477c
4 changed files with 7 additions and 6 deletions

View file

@ -58,7 +58,7 @@ public class PacketIdsu extends SimplePacket {
@Override
public void execute() {
if (!idsu.getWorld().isRemote) {
idsu.handleGuiInputFromClient(buttonID);
// idsu.handleGuiInputFromClient(buttonID);
}
}
}