#797 Make two messages translatable

This commit is contained in:
ljacqu
2016-07-02 21:49:01 +02:00
parent 9a5c432509
commit 3984208548
8 changed files with 25 additions and 9 deletions
@@ -42,7 +42,7 @@ public class RecoverEmailCommand extends PlayerCommand {
if (!sendMailSsl.hasAllInformation()) {
ConsoleLogger.showError("Mail API is not set");
commandService.send(player, MessageKey.ERROR);
commandService.send(player, MessageKey.INCOMPLETE_EMAIL_SETTINGS);
return;
}
if (dataSource.isAuthAvailable(playerName)) {