mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 04:35:12 +01:00
SessionService#hasValidSessionData description update
This commit is contained in:
parent
5abc9b9d45
commit
9db38a3bf4
@ -63,7 +63,7 @@ public class SessionService implements Reloadable {
|
||||
*
|
||||
* @param auth the player auth
|
||||
* @param player the associated player
|
||||
* @return true if the player may resume his login session, false otherwise
|
||||
* @return SessionState based on the state of the session (VALID, NOT_VALID, OUTDATED, IP_CHANGED)
|
||||
*/
|
||||
private SessionState hasValidSessionData(PlayerAuth auth, Player player) {
|
||||
if (auth == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user