fix: login failure on u29 heart of deimos and below #1959

Merged
Sainan merged 2 commits from u29 into main 2025-05-02 04:03:43 -07:00
Showing only changes of commit c245a169ab - Show all commits

View File

@ -112,7 +112,7 @@ const createLoginResponse = (myAddress: string, account: IDatabaseAccountJson, b
NRS: config.NRS,
BuildLabel: buildLabel
};
if (version_compare(buildLabel, "2021.05.25.09.41") >= 0) {
if (version_compare(buildLabel, "2021.04.13.19.58") >= 0) {
resp.DTLS = 99;
if (version_compare(buildLabel, "2022.04.29.12.53") >= 0) {
resp.ClientType = account.ClientType;