this is also U30
All checks were successful
Build / build (push) Successful in 1m41s
Build / build (pull_request) Successful in 1m4s

This commit is contained in:
Sainan 2025-05-02 08:47:02 +02:00
parent 76f07eb593
commit c245a169ab

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;