From c245a169ab07b074ee6fa57313b7982ea4dc618d Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Fri, 2 May 2025 08:47:02 +0200 Subject: [PATCH] this is also U30 --- src/controllers/api/loginController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/loginController.ts b/src/controllers/api/loginController.ts index 6a94c91f..f872f3a2 100644 --- a/src/controllers/api/loginController.ts +++ b/src/controllers/api/loginController.ts @@ -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;