debug code

This commit is contained in:
2023-09-13 22:10:22 -05:00
parent ff78c1443c
commit 5c5c491597
+3
View File
@@ -471,6 +471,9 @@ public enum NPCManager {
CharacterRune toApply = new CharacterRune(rb, npc.getObjectUUID()); CharacterRune toApply = new CharacterRune(rb, npc.getObjectUUID());
npc.runes.add(toApply); npc.runes.add(toApply);
} }
else{
int debugpause = 1;
}
} }
} }
} }