forget about that
This commit is contained in:
@@ -66,7 +66,7 @@ public class MobRespawnThread implements Runnable {
|
|||||||
public static void startRespawnThread() {
|
public static void startRespawnThread() {
|
||||||
|
|
||||||
Thread respawnThread;
|
Thread respawnThread;
|
||||||
respawnThread = new Thread(new PurgeOprhans());
|
respawnThread = new Thread(new MobRespawnThread());
|
||||||
|
|
||||||
respawnThread.setName("respawnThread");
|
respawnThread.setName("respawnThread");
|
||||||
respawnThread.start();
|
respawnThread.start();
|
||||||
|
|||||||
Reference in New Issue
Block a user