mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Dont return on reload
This commit is contained in:
parent
f65911f258
commit
b1521ce9ac
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ public class LibsDisguises extends JavaPlugin {
|
|||
if (instance != null || !Bukkit.getServer().getWorlds().isEmpty() || !Bukkit.getOnlinePlayers().isEmpty()) {
|
||||
reloaded = true;
|
||||
getLogger().severe("Server was reloaded! Please do not report any bugs! This plugin can't handle " + "reloads gracefully!");
|
||||
return;
|
||||
}
|
||||
|
||||
instance = this;
|
||||
|
|
Loading…
Reference in a new issue