Skip to content

Commit 15f511b

Browse files
committed
Change entry fee migrator class access modifier to private
1 parent 4c27fea commit 15f511b

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)