Don't fatal error if someone's using a dumb jar system

This commit is contained in:
libraryaddict
2020-02-23 10:54:09 +13:00
parent 1cb9c0ee4a
commit 7f3aa75c44
4 changed files with 43 additions and 19 deletions

View File

@@ -34,13 +34,13 @@ public class LibsDisguises extends JavaPlugin {
if (!Bukkit.getServer().getWorlds().isEmpty()) {
reloaded = true;
getLogger()
.severe("Lib's Disguises was reloaded! Please do not report any bugs! This plugin can't handle " +
"reloads gracefully!");
return;
}
WatcherSanitizer.init();
getLogger().severe("Lib's Disguises was reloaded! Please do not report any bugs! This plugin can't handle " +
"reloads gracefully!");
}
@Override