Skip to content

Commit a7b4b9b

Browse files
authored
Merge pull request #3430 from Multiverse/chore/access-modifier
Change entry fee migrator class access modifier to private
2 parents 4c27fea + 15f511b commit a7b4b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mvplugins/multiverse/core/world/WorldConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ void deferenceMVWorld() {
396396
/**
397397
* Migrates the entry fee settings. Assumes entry fee is disabled if currency is not set.
398398
*/
399-
static final class EntryFeeMigrator implements MigratorAction {
399+
private static final class EntryFeeMigrator implements MigratorAction {
400400
@Override
401401
public void migrate(ConfigurationSection config) {
402402
String currency = config.getString("entry-fee.currency", "");

0 commit comments

Comments
 (0)