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();