SessionService#hasValidSessionData description update

This commit is contained in:
HexelDev 2018-03-04 18:38:46 +01:00
parent 5abc9b9d45
commit 9db38a3bf4

View File

@ -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) {