mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
Reduce PlayerLoginEvent alt behavior nag for now (#12782)
This commit is contained in:
@@ -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("""
|
||||
|
||||
============================================================
|
||||
|
Reference in New Issue
Block a user