general cleanup

This commit is contained in:
2024-04-23 05:51:10 -05:00
parent c1d193ee45
commit 4f216364a9
+1 -1
View File
@@ -252,7 +252,7 @@ public class WorldServer {
if (LocalDateTime.now().isAfter(nextDiscSpawn)) {
for(Mob dropper : Mob.disciplineDroppers) {
if(dropper.isAlive() == false) {
if(!dropper.isAlive()) {
Zone.respawnQue.add(dropper);
}
}