barbarianassault: Remove usused fields

This commit is contained in:
sdburns1998
2019-07-07 02:22:39 +02:00
parent d4ffdb7fa2
commit 9c78ac1eac

View File

@@ -203,7 +203,7 @@ public class BarbarianAssaultPlugin extends Plugin implements KeyListener
@Getter @Getter
private String lastListenText = null; private String lastListenText = null;
private String lastClickedTell = null; // private String lastClickedTell = null;
private int lastCallColor = -1; private int lastCallColor = -1;
@@ -213,7 +213,7 @@ public class BarbarianAssaultPlugin extends Plugin implements KeyListener
private int tickNum = 0; private int tickNum = 0;
private int gameTick = -1; // private int gameTick = -1;
private int inGameBit = 0; private int inGameBit = 0;
@@ -338,7 +338,7 @@ public class BarbarianAssaultPlugin extends Plugin implements KeyListener
controlDown = false; controlDown = false;
resetWave(); resetWave();
wave = null; wave = null;
gameTick = client.getTickCount(); // gameTick = client.getTickCount();
menu.disableSwaps(true); menu.disableSwaps(true);
menu.clearHiddenMenus(); menu.clearHiddenMenus();
} }
@@ -1250,7 +1250,7 @@ public class BarbarianAssaultPlugin extends Plugin implements KeyListener
lastListenText = null; lastListenText = null;
lastCallText = null; lastCallText = null;
lastCallColor = -1; lastCallColor = -1;
lastClickedTell = null; // lastClickedTell = null;
} }
else else
{ {
@@ -1372,12 +1372,12 @@ public class BarbarianAssaultPlugin extends Plugin implements KeyListener
if (newCallColor == COLOR_CALL_CALLED) if (newCallColor == COLOR_CALL_CALLED)
{ {
lastCallColor = COLOR_CALL_CALLED; lastCallColor = COLOR_CALL_CALLED;
lastClickedTell = lastCallText; // lastClickedTell = lastCallText;
} }
else if (callTimer == null) else if (callTimer == null)
{ {
lastCallColor = COLOR_CALL_UPDATED; lastCallColor = COLOR_CALL_UPDATED;
lastClickedTell = null; // lastClickedTell = null;
} }
if (callWidget != null) if (callWidget != null)