OHH this is why you test your code.

This commit is contained in:
dginovker 2020-03-27 23:26:48 -04:00
parent 8505559acf
commit 42c6110ad4

View file

@ -95,6 +95,7 @@ public final class PCObjectHandler extends OptionHandler {
switch (object.getId()) {
case 14315: // Novice
if (!pcbotsSpawned) {
pcbotsSpawned = true;
for (int pestBotsAmount = 0; pestBotsAmount < 20; pestBotsAmount++) {
PvMBotsBuilder.createPestControlTestBot(new Location(2657, 2640));
}