From 63eddac59ca9f42b1e081f629e518852960fac1d Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Wed, 30 Jul 2014 21:22:55 -0500 Subject: [PATCH] Fixed Wrong Ordered formation Fuzzy Settings --- client/gui/implementations/GuiFormationPlane.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/client/gui/implementations/GuiFormationPlane.java b/client/gui/implementations/GuiFormationPlane.java index e8f6fbcae..603ca9158 100644 --- a/client/gui/implementations/GuiFormationPlane.java +++ b/client/gui/implementations/GuiFormationPlane.java @@ -16,7 +16,6 @@ import appeng.core.AELog; import appeng.core.localization.GuiText; import appeng.core.sync.GuiBridge; import appeng.core.sync.network.NetworkHandler; -import appeng.core.sync.packets.PacketConfigButton; import appeng.core.sync.packets.PacketSwitchGuis; import appeng.parts.automation.PartFormationPlane; @@ -74,15 +73,6 @@ public class GuiFormationPlane extends GuiUpgradeable AELog.error( e ); } } - try - { - if ( btn == fuzzyMode ) - NetworkHandler.instance.sendToServer( new PacketConfigButton( fuzzyMode.getSetting(), backwards ) ); - } - catch (IOException e) - { - AELog.error( e ); - } } protected String getBackground()