space after 'if'(s)

This commit is contained in:
HexelDev 2018-03-05 20:20:25 +01:00
parent 57809194f3
commit 11d039c818

View File

@ -68,7 +68,6 @@ public class SessionService implements Reloadable {
*/
private SessionState fetchSessionStatus(PlayerAuth auth, Player player) {
if (auth == null) {
ConsoleLogger.warning("No PlayerAuth in database for '" + player.getName() + "' during session check");
return SessionState.NOT_VALID;
} else if (auth.getLastLogin() == null) {