Remove an old todo
This commit is contained in:
parent
0688a8645a
commit
c4fa2a756a
@ -80,8 +80,6 @@ public class AsyncChangeEmail {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m.send(player, MessageKey.EMAIL_CHANGED_SUCCESS);
|
m.send(player, MessageKey.EMAIL_CHANGED_SUCCESS);
|
||||||
// TODO ljacqu 20151124: Did I really miss "email_defined" or is it not present in the 'en' messages?
|
|
||||||
// player.sendMessage(Arrays.toString(m.send("email_defined")) + auth.getEmail());
|
|
||||||
} else {
|
} else {
|
||||||
if (plugin.database.isAuthAvailable(playerName)) {
|
if (plugin.database.isAuthAvailable(playerName)) {
|
||||||
m.send(player, MessageKey.LOGIN_MESSAGE);
|
m.send(player, MessageKey.LOGIN_MESSAGE);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user