GH-3392 Add recognition of already migrated Mojang accounts
This commit is contained in:
@ -18,7 +18,8 @@ struct AuthSession
|
||||
RequiresOAuth,
|
||||
RequiresPassword,
|
||||
PlayableOffline,
|
||||
PlayableOnline
|
||||
PlayableOnline,
|
||||
GoneOrMigrated
|
||||
} status = Undetermined;
|
||||
|
||||
// client token
|
||||
|
Reference in New Issue
Block a user