theatre: Remove unused local vars

This commit is contained in:
sdburns1998
2019-07-07 21:37:33 +02:00
parent 951c2d4050
commit 5a32de3039
2 changed files with 0 additions and 6 deletions

View File

@@ -138,7 +138,6 @@ public class VerzikHandler extends RoomHandler
{
if (plugin.isP3attacks())
{
Model model = npc.getModel();
if (versikCounter > 0 && versikCounter < 8)
{
String str = Math.max(versikCounter, 0) + "";// + " | " + model.getModelHeight();// + " | " + model.getRadius();
@@ -408,7 +407,6 @@ public class VerzikHandler extends RoomHandler
long minutes = seconds / 60L;
seconds = seconds % 60;
int attackTick = this.client.getTickCount() - 4;
this.versikCounter = -1;
this.attacksLeft = 9;
if (plugin.isExtraTimers())

View File

@@ -399,10 +399,6 @@ public class NyloHandler extends RoomHandler
int centerX = minX + 5;
int centerY = minY + 5;
Point south = new Point(centerX + 1, centerY - 14);
Point east = new Point(centerX + 15, centerY);
Point west = new Point(centerX - 14, centerY);
if (this.predictor != null)
{
this.predictor.southBound = centerY - 12;