Reset k on mob signs when k reachs n

This commit is contained in:
Daniel Saukel 2020-05-06 20:20:19 +02:00
parent 3ed39ba92f
commit 8e53261aa7
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public class MobSpawnTask extends BukkitRunnable {
k++;
} else {
sign.deactivate();
k = 1;
}
}