Fix wrong order loading

This commit is contained in:
libraryaddict
2020-02-21 14:24:07 +13:00
parent fd7d808a41
commit 287932d530
2 changed files with 3 additions and 3 deletions

View File

@@ -30,12 +30,12 @@ public class LibsDisguises extends JavaPlugin {
@Override
public void onLoad() {
instance = this;
if (Bukkit.getServer().getWorlds().isEmpty()) {
return;
}
instance = this;
WatcherSanitizer.init();
reloaded = true;