feat(net): use name found in various builds for LOGIN_RESULT_21

This commit is contained in:
fallenoak 2025-09-29 20:26:04 -05:00
parent b8062f3061
commit 1d9cb65579
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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,