guard minions despawn at creation

This commit is contained in:
2023-06-25 20:18:02 -05:00
parent 413df09ddf
commit 5653776cb2
+1
View File
@@ -733,6 +733,7 @@ public class Mob extends AbstractIntelligenceAgent {
mob.runAfterLoad(); mob.runAfterLoad();
mob.despawned = true; mob.despawned = true;
mob.despawn();
//grab equipment and name from minionbase. //grab equipment and name from minionbase.