From 10d826936569eb08d558209c859c64532cd2479e Mon Sep 17 00:00:00 2001 From: Dunedan Date: Sun, 19 Apr 2026 18:13:19 +0200 Subject: [PATCH] Remove TLS option from in-game settings This removes the `lobby.tls` option from the in-game settings, as connecting to the official lobby without TLS isn't possible anymore. The `lobby.tls` setting itself stays available for debugging purposes and can still be set via the command line or in the user.cfg configuration file. --- binaries/data/mods/public/gui/options/options.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/binaries/data/mods/public/gui/options/options.json b/binaries/data/mods/public/gui/options/options.json index 045fa19cb4..23798b8e00 100644 --- a/binaries/data/mods/public/gui/options/options.json +++ b/binaries/data/mods/public/gui/options/options.json @@ -523,12 +523,6 @@ "tooltip": "Change multiplayer options.", "options": [ - { - "type": "boolean", - "label": "TLS encryption", - "tooltip": "Protect login and data exchanged with the lobby server using TLS encryption.", - "config": "lobby.tls" - }, { "type": "number", "label": "Chat backlog",