IN DEVELOPPEMENT : Change how session work

This commit is contained in:
Xephi59
2015-07-07 01:40:37 +02:00
parent d22607e8bd
commit 30e9610053
9 changed files with 58 additions and 102 deletions
@@ -147,16 +147,16 @@ public class AsyncronousLogin {
}
player.setNoDamageTicks(0);
m.send(player, "login");
if (!forceLogin)
m.send(player, "login");
displayOtherAccounts(auth, player);
if (Settings.recallEmail) {
if (email == null || email.isEmpty() || email.equalsIgnoreCase("your@email.com"))
m.send(player, "add_email");
}
if (!Settings.noConsoleSpam)
ConsoleLogger.info(player.getName() + " logged in!");