Remove ChatControlRed warning pending further proof of bug

This commit is contained in:
nossr50
2021-03-17 09:59:18 -07:00
parent 312206eda5
commit 667b9a2226
2 changed files with 6 additions and 6 deletions

View File

@ -267,11 +267,12 @@ public class mcMMO extends JavaPlugin {
metrics.addCustomChart(new SimplePie("leveling_system", () -> "Standard"));
}
//TODO: Remove this when ChatControlRed fixes itself
if(pluginManager.getPlugin("ChatControlRed") != null) {
getLogger().severe("mcMMO has detected ChatControlRed on your server, users have reported a severe plugin conflict between these two plugins which degrades server performance and wastes many server resources.");
getLogger().severe("It is HIGHLY RECOMMENDED that you do --NOT-- use ChatControlRed until this issue is resolved!");
}
//Can't confirm this bug myself as the plugin is premium
// //TODO: Remove this when ChatControlRed fixes itself
// if(pluginManager.getPlugin("ChatControlRed") != null) {
// getLogger().severe("mcMMO has detected ChatControlRed on your server, users have reported a severe plugin conflict between these two plugins which degrades server performance and wastes many server resources.");
// getLogger().severe("It is HIGHLY RECOMMENDED that you do --NOT-- use ChatControlRed until this issue is resolved!");
// }
}
catch (Throwable t) {