We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c27fea commit 15f511bCopy full SHA for 15f511b
1 file changed
src/main/java/org/mvplugins/multiverse/core/world/WorldConfig.java
@@ -396,7 +396,7 @@ void deferenceMVWorld() {
396
/**
397
* Migrates the entry fee settings. Assumes entry fee is disabled if currency is not set.
398
*/
399
- static final class EntryFeeMigrator implements MigratorAction {
+ private static final class EntryFeeMigrator implements MigratorAction {
400
@Override
401
public void migrate(ConfigurationSection config) {
402
String currency = config.getString("entry-fee.currency", "");
0 commit comments