forked from MagicBane/Server
general cleanup
This commit is contained in:
@@ -252,7 +252,7 @@ public class WorldServer {
|
|||||||
|
|
||||||
if (LocalDateTime.now().isAfter(nextDiscSpawn)) {
|
if (LocalDateTime.now().isAfter(nextDiscSpawn)) {
|
||||||
for(Mob dropper : Mob.disciplineDroppers) {
|
for(Mob dropper : Mob.disciplineDroppers) {
|
||||||
if(dropper.isAlive() == false) {
|
if(!dropper.isAlive()) {
|
||||||
Zone.respawnQue.add(dropper);
|
Zone.respawnQue.add(dropper);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user