From 5af151ceea6165fc5dbd36931688a8436cb9c085 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 13 Mar 2026 00:46:24 +0100 Subject: [PATCH] Show server saves section regardless of whether a map is loaded --- game.v2025-07-31.bundle.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/game.v2025-07-31.bundle.js b/game.v2025-07-31.bundle.js index 57a6ddb..ad10c4b 100644 --- a/game.v2025-07-31.bundle.js +++ b/game.v2025-07-31.bundle.js @@ -5582,7 +5582,7 @@ () => { E.resetSettings(); }, - )}"> ${e.T("settings-reset-button", "Reset settings")}\n \n \n \n ${u.getInstance().isMapLoaded ? D.saveManagementFormView() : ""}\n ${u.getInstance().isMapLoaded ? D.mapManagementFormView() : ""}\n\n
\n
\n

${e.T("settings-global-actions-header", "Global actions")}

\n
\n
\n \n ${u.getInstance().isMapLoaded ? D.saveManagementFormView() : ""}\n ${D.serverSavesFormView()}\n ${u.getInstance().isMapLoaded ? D.mapManagementFormView() : ""}\n\n
\n
\n

${e.T("settings-global-actions-header", "Global actions")}

\n
\n
\n
Server Saves
\n
\n \n
\n \n
\n
\n \n Upload a complete export to the server under a custom name.\n
\n \n
\n \n \n
\n
\n \n Load a previously saved game from the server. This will overwrite your current progress.\n
\n
\n `; + )}"> ${e.T("settings-share-save-button", "Export save without file")}\n
\n --\x3e\n \n \n `; + } + static serverSavesFormView() { + return `
\n
\n
\n
Server Saves
\n
\n \n
\n \n
\n
\n \n Upload a complete export to the server under a custom name.\n
\n \n
\n \n \n
\n
\n \n Load a previously saved game from the server. This will overwrite your current progress.\n
\n
\n
`; } static mapManagementFormView() { const e = s.getInstance();