Reduce PlayerLoginEvent alt behavior nag for now (#12782)

This commit is contained in:
Shane Freeder
2025-07-01 20:47:37 +01:00
committed by GitHub
parent 3fec37a9c1
commit 108255cbbb

View File

@@ -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("""
============================================================