Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jun 19, 2024
1 parent 6eb9ae4 commit 0fc644b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/java/net/citizensnpcs/Citizens.java
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public void onEnable() {
return;
}
npcRegistry = new CitizensNPCRegistry(saves, "citizens");
npcRegistry = new CitizensNPCRegistry(new MemoryNPCDataStore(), "citizens-temporary");
temporaryRegistry = new CitizensNPCRegistry(new MemoryNPCDataStore(), "citizens-temporary");
locationLookup = new LocationLookup(npcRegistry);
locationLookup.runTaskTimer(CitizensAPI.getPlugin(), 0, 5);

Expand Down

0 comments on commit 0fc644b

Please sign in to comment.