mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
Fix protocollsupport autoregister
This commit is contained in:
@ -49,7 +49,7 @@ public class ProtocolSupportListener implements Listener {
|
||||
try {
|
||||
boolean isRegistered = plugin.getAuthPlugin().isRegistered(username);
|
||||
if (plugin.getConfig().getBoolean("nameChangeCheck")
|
||||
|| (plugin.getConfig().getBoolean("autoRegister") && isRegistered)) {
|
||||
|| (plugin.getConfig().getBoolean("autoRegister") && !isRegistered)) {
|
||||
premiumUUID = plugin.getCore().getMojangApiConnector().getPremiumUUID(username);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user