Debugging.

This commit is contained in:
2023-08-19 16:18:49 -04:00
parent 0d7e69f772
commit 86e4ee4aa9
-2
View File
@@ -542,8 +542,6 @@ public class NPC extends AbstractCharacter {
if (npcWithoutID.building != null) if (npcWithoutID.building != null)
npcWithoutID.bindLoc = Vector3fImmutable.ZERO; npcWithoutID.bindLoc = Vector3fImmutable.ZERO;
npcWithoutID.runAfterLoad(); // configure npc
NPC npc; NPC npc;
try { try {