mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-24 03:05:17 +01:00
Forgot AuthMe >=3.5 has a cache
There's no need to redefine name and email, then.
This commit is contained in:
parent
0b1490bd65
commit
ac919d8314
@ -152,8 +152,6 @@ public class AsyncronousLogin {
|
||||
displayOtherAccounts(auth, player);
|
||||
|
||||
if (Settings.recallEmail) {
|
||||
String name = player.getName().toLowerCase();
|
||||
String email = database.getAuth(name).getEmail();
|
||||
if (email == null || email.isEmpty() || email.equalsIgnoreCase("your@email.com"))
|
||||
m.send(player, "add_email");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user