mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 12:00:59 +00:00
Change reloaded message to make it more obvious
This commit is contained in:
parent
36a2bc37c1
commit
a896d89633
1 changed files with 4 additions and 6 deletions
|
@ -53,8 +53,7 @@ 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 " +
|
||||
getLogger().severe("Server was reloaded! Please do not report any bugs! This plugin can't handle " +
|
||||
"reloads gracefully!");
|
||||
return;
|
||||
}
|
||||
|
@ -65,8 +64,7 @@ public class LibsDisguises extends JavaPlugin {
|
|||
@Override
|
||||
public void onEnable() {
|
||||
if (reloaded) {
|
||||
getLogger()
|
||||
.severe("Lib's Disguises was reloaded! Please do not report any bugs! This plugin can't handle " +
|
||||
getLogger().severe("Server was reloaded! Please do not report any bugs! This plugin can't handle " +
|
||||
"reloads gracefully!");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue