space after 'if'(s)
This commit is contained in:
parent
57809194f3
commit
11d039c818
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user