mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(net): use name found in various builds for LOGIN_RESULT_21
This commit is contained in:
parent
b8062f3061
commit
1d9cb65579
@ -27,7 +27,7 @@ enum LOGIN_RESULT {
|
|||||||
LOGIN_SUSPENDED = 18,
|
LOGIN_SUSPENDED = 18,
|
||||||
LOGIN_PARENTALCONTROL = 19,
|
LOGIN_PARENTALCONTROL = 19,
|
||||||
LOGIN_LOCKED_ENFORCED = 20,
|
LOGIN_LOCKED_ENFORCED = 20,
|
||||||
LOGIN_RESULT_21 = 21, // DISCONNECTED
|
LOGIN_DISCONNECTED = 21,
|
||||||
LOGIN_ACCOUNT_CONVERTED = 22,
|
LOGIN_ACCOUNT_CONVERTED = 22,
|
||||||
LOGIN_ANTI_INDULGENCE = 23,
|
LOGIN_ANTI_INDULGENCE = 23,
|
||||||
LOGIN_EXPIRED = 24,
|
LOGIN_EXPIRED = 24,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user