Fix wrong order loading
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user