Merge pull request #162 from thepaperpilot/patch-2

Removed duplicate code of fuzzy button sending double to server because of super call
This commit is contained in:
thatsIch
2014-09-28 19:02:08 +02:00
@@ -96,9 +96,6 @@ public class GuiStorageBus extends GuiUpgradeable
else if ( btn == priority )
NetworkHandler.instance.sendToServer( new PacketSwitchGuis( GuiBridge.GUI_PRIORITY ) );
else if ( btn == fuzzyMode )
NetworkHandler.instance.sendToServer( new PacketConfigButton( fuzzyMode.getSetting(), backwards ) );
else if ( btn == rwMode )
NetworkHandler.instance.sendToServer( new PacketConfigButton( rwMode.getSetting(), backwards ) );