mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-01-29 09:40:08 +01:00
Always return true when registering with AuthMe
This commit is contained in:
@@ -84,6 +84,6 @@ public class AuthMeHook implements AuthPlugin<Player>, Listener {
|
||||
authmeAPI.forceRegister(player, password);
|
||||
}
|
||||
|
||||
return authmeAPI.isRegistered(player.getName());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user