Fix check session
Dieser Commit ist enthalten in:
Ursprung
84dc52d62d
Commit
875eb2d5bd
@ -43,6 +43,8 @@ public class CheckSession {
|
||||
}
|
||||
|
||||
public static CheckSession getCheckSession() {
|
||||
if(checkSessions.isEmpty())
|
||||
return null;
|
||||
return checkSessions.iterator().next();
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren