mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 18:45:29 +01:00
( Patch for #1455 ) reload saves rather than reconstructing
This commit is contained in:
parent
f8a8a19b9c
commit
acb50f6a50
@ -355,7 +355,7 @@ public class Citizens extends JavaPlugin implements CitizensPlugin {
|
||||
Skin.clearCache();
|
||||
getServer().getPluginManager().callEvent(new CitizensPreReloadEvent());
|
||||
|
||||
saves = createStorage(getDataFolder());
|
||||
saves.reloadFromSource();
|
||||
saves.loadInto(npcRegistry);
|
||||
|
||||
getServer().getPluginManager().callEvent(new CitizensReloadEvent());
|
||||
|
Loading…
Reference in New Issue
Block a user