diff options
Diffstat (limited to 'launcher/minecraft/auth/AuthSession.h')
-rw-r--r-- | launcher/minecraft/auth/AuthSession.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/minecraft/auth/AuthSession.h b/launcher/minecraft/auth/AuthSession.h index d77435b8..f609d5d3 100644 --- a/launcher/minecraft/auth/AuthSession.h +++ b/launcher/minecraft/auth/AuthSession.h @@ -18,7 +18,8 @@ struct AuthSession RequiresOAuth, RequiresPassword, PlayableOffline, - PlayableOnline + PlayableOnline, + GoneOrMigrated } status = Undetermined; // client token |