chore: fix unable to login in U11 (#2988)
All checks were successful
Build / build (push) Successful in 1m57s
Build Docker image / docker (push) Successful in 2m1s

Reviewed-on: https://www.onlyg.it/OpenWF/SpaceNinjaServer/pulls/2988
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit was merged in pull request #2988.
This commit is contained in:
2025-11-05 01:56:52 -08:00
committed by Sainan
parent 4be7a9e6c6
commit 50e9cafc09

View File

@@ -119,7 +119,8 @@ const createLoginResponse = (
resp.CountryCode = account.CountryCode;
} else {
// U8
resp.NatHash = "0";
resp.NatHash =
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
resp.SteamId = "0";
}
if (version_compare(buildLabel, "2015.02.13.10.41") >= 0) {