NPC/Mob slotting work.

This commit is contained in:
2023-07-21 13:08:42 -04:00
parent 90c324b363
commit ccc9908e1e
+1 -1
View File
@@ -565,7 +565,7 @@ public enum BuildingManager {
if (npc == null) if (npc == null)
return false; return false;
WorldGrid.addObject(npc, contractOwner); npc.setLoc(npc.getLoc());
return true; return true;
} }