Don't spam log when with unregistered floodgate

This commit is contained in:
Smart123s
2021-06-20 13:05:04 +02:00
parent 0b307a95a3
commit 7c2bb9c9a4

View File

@ -109,8 +109,6 @@ public abstract class FloodgateManagement<P extends C, C, L extends LoginSession
}
if (!isRegistered && autoRegisterFloodgate.equals("false")) {
core.getPlugin().getLog().info(
"Auto registration is disabled for Floodgate players in config.yml");
return;
}