NPC/Mob slotting work.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user