disc droppers no longer spawn at server up

This commit is contained in:
2024-04-20 10:56:56 -05:00
parent e2cca6201f
commit 3065f9f7eb
+1
View File
@@ -111,6 +111,7 @@ public enum LootManager {
if(mob.firstSpawn) {
mob.killCharacter("first spawn");
mob.firstSpawn = false;
mob.despawn();
}
}
}