Update InfernoPlugin.java
This commit is contained in:
@@ -365,7 +365,7 @@ public class InfernoPlugin extends Plugin
|
|||||||
|
|
||||||
boolean inInferno()
|
boolean inInferno()
|
||||||
{
|
{
|
||||||
if (client.getMapRegions()[0] = 9043) return;;
|
if (client.getMapRegions()[0] = 9043) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static String formatMonsterQuantity(final InfernoWaveMonster monster, final int quantity)
|
static String formatMonsterQuantity(final InfernoWaveMonster monster, final int quantity)
|
||||||
@@ -373,4 +373,4 @@ public class InfernoPlugin extends Plugin
|
|||||||
return String.format("%dx %s", quantity, monster);
|
return String.format("%dx %s", quantity, monster);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user