We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c829a32 commit 23f14bcCopy full SHA for 23f14bc
Essentials/src/com/earth2me/essentials/api/Economy.java
@@ -64,7 +64,7 @@ private static void createNPCFile(String name)
64
npcConfig.setProperty("lastAccountName", name);
65
npcConfig.setProperty("money", ess.getSettings().getStartingBalance());
66
npcConfig.forceSave();
67
- ess.getUserMap().trackUUID(npcUUID, name, true);
+ ess.getUserMap().trackUUID(npcUUID, name, false);
68
}
69
70
private static void deleteNPC(String name)
0 commit comments