barbarianassault: Remove usused fields
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user