返回提交历史
Modified
src/controllers/api/loginController.ts
+2
-1
XFEstudio/SpaceNinjaServer
chore: fix unable to login in U11 (#2988)
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>
50e9cafc
代码差异
1 个文件
+2
-1
@@ -119,7 +119,8 @@ const createLoginResponse = (
119
119
resp.CountryCode = account.CountryCode;
120
120
} else {
121
121
// U8
122
resp.NatHash = "0";
122
resp.NatHash =
123
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
123
124
resp.SteamId = "0";
124
125
}
125
126
if (version_compare(buildLabel, "2015.02.13.10.41") >= 0) {