Skip to content

Commit 86d77ae

Browse files
committed
Remove config saving on plugin disable
1 parent 86bf785 commit 86d77ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/mvplugins/multiverse/core/MultiverseCore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public void onEnable() {
124124
public void onDisable() {
125125
super.onDisable();
126126
MultiverseCoreApi.shutdown();
127-
saveAllConfigs();
128127
shutdownDependencyInjection();
129128
PluginServiceLocatorFactory.get().shutdown();
130129
Logging.shutdown();

0 commit comments

Comments
 (0)