diff --git a/src/main/java/com/sk89q/worldguard/bukkit/WorldGuardPlugin.java b/src/main/java/com/sk89q/worldguard/bukkit/WorldGuardPlugin.java index c8cc78a1..e26588d2 100644 --- a/src/main/java/com/sk89q/worldguard/bukkit/WorldGuardPlugin.java +++ b/src/main/java/com/sk89q/worldguard/bukkit/WorldGuardPlugin.java @@ -166,17 +166,10 @@ public void run() { PermissionsResolverManager.initialize(this); - // This must be done before configuration is loaded - LegacyWorldGuardMigration.migrateBlacklist(this); - // Load the configuration configuration.load(); globalRegionManager.preload(); - // Migrate regions after the regions were loaded because - // the migration code reuses the loaded region managers - LegacyWorldGuardMigration.migrateRegions(this); - // Register events (new WorldGuardPlayerListener(this)).registerEvents(); (new WorldGuardBlockListener(this)).registerEvents();