Removed duplicate code
This also prevents the storage bus from sending 2 packets instead of 1 when the fuzzy button is pressed
This commit is contained in:
parent
d3699f00e5
commit
1cf54c515e
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@ public class GuiStorageBus extends GuiUpgradeable
|
||||||
else if ( btn == priority )
|
else if ( btn == priority )
|
||||||
NetworkHandler.instance.sendToServer( new PacketSwitchGuis( GuiBridge.GUI_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 )
|
else if ( btn == rwMode )
|
||||||
NetworkHandler.instance.sendToServer( new PacketConfigButton( rwMode.getSetting(), backwards ) );
|
NetworkHandler.instance.sendToServer( new PacketConfigButton( rwMode.getSetting(), backwards ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue