Reduce PlayerLoginEvent alt behavior nag for now (#12782)
This commit is contained in:
parent
3fec37a9c1
commit
108255cbbb
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ public class HorriblePlayerLoginEventHack {
|
|||
for (final RegisteredListener listener : PlayerLoginEvent.getHandlerList().getRegisteredListeners()) {
|
||||
plugins.add(listener.getPlugin().getName());
|
||||
}
|
||||
|
||||
if (true) {
|
||||
LOGGER.info("You have plugins listening to the PlayerLoginEvent, this will cause re-configuration APIs to be unavailable: {}", plugins);
|
||||
} else
|
||||
LOGGER.warn("""
|
||||
|
||||
============================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue