Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into misc-changes

This commit is contained in:
ljacqu
2016-08-18 17:55:33 +02:00
2 changed files with 1 additions and 5 deletions
@@ -1,6 +1,5 @@
package fr.xephi.authme.util;
import fr.xephi.authme.ConsoleLogger;
import fr.xephi.authme.cache.auth.PlayerAuth;
import fr.xephi.authme.cache.auth.PlayerCache;
import fr.xephi.authme.cache.limbo.PlayerData;
@@ -121,9 +120,6 @@ public class TeleportationService implements Reloadable {
teleportBackFromSpawn(player, location);
} else if (limbo != null && limbo.getLocation() != null) {
teleportBackFromSpawn(player, limbo.getLocation());
} else if (limbo == null) {
// TODO #867: Remove this after investigating why LimboPlayer is null sometimes
ConsoleLogger.warning("LimboPlayer is null for '" + player.getName() + "'");
}
}
}