mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 03:07:34 +02:00
Don't spam log when with unregistered floodgate
This commit is contained in:
@ -109,8 +109,6 @@ public abstract class FloodgateManagement<P extends C, C, L extends LoginSession
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isRegistered && autoRegisterFloodgate.equals("false")) {
|
if (!isRegistered && autoRegisterFloodgate.equals("false")) {
|
||||||
core.getPlugin().getLog().info(
|
|
||||||
"Auto registration is disabled for Floodgate players in config.yml");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user