mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-15 15:15:38 +01:00
fix: Migrate from old config on every load
This commit is contained in:
parent
61cd593844
commit
98fc0178aa
@ -67,7 +67,6 @@ public class MVCoreConfig implements MVConfig {
|
||||
.build())
|
||||
.build();
|
||||
|
||||
migrateFromOldConfigFile();
|
||||
load();
|
||||
save();
|
||||
}
|
||||
@ -90,6 +89,7 @@ public class MVCoreConfig implements MVConfig {
|
||||
|
||||
@Override
|
||||
public boolean load() {
|
||||
migrateFromOldConfigFile();
|
||||
return configHandle.load();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user