( Patch for #1455 ) reload saves rather than reconstructing

This commit is contained in:
mcmonkey4eva 2018-03-23 03:13:51 -07:00
parent f8a8a19b9c
commit acb50f6a50

View File

@ -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());