Skip to content

Commit

Permalink
Commented out on fail logger - as due requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomster09090 committed Dec 4, 2022
1 parent 78ce4b4 commit 1dce53e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public void onPlayerJoin(PlayerJoinEvent e){
}
}else {
if (main.getConfig().getBoolean("console-notify-on-fail")) {
Bukkit.getServer().getLogger().severe("[STAFFUTILS] RESOURCE PACK IS DISABLED FULLY IN CONFIG - THEREFORE THE PLUGIN WILL NOT ATTEMPT TO USE IT");
//Bukkit.getServer().getLogger().severe("[STAFFUTILS] RESOURCE PACK IS DISABLED FULLY IN CONFIG - THEREFORE THE PLUGIN WILL NOT ATTEMPT TO USE IT");
//Commented out on fail logger - as due requests.
}
}
}
Expand Down

0 comments on commit 1dce53e

Please sign in to comment.