forked from TuxCoding/FastLogin
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);
|
authmeAPI.forceRegister(player, password);
|
||||||
}
|
}
|
||||||
|
|
||||||
return authmeAPI.isRegistered(player.getName());
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user