Remove hiding load button if no saves were detected

This commit is contained in:
RedstonewolfX 2024-07-08 18:38:36 -04:00
parent 6a0f9b3ea6
commit 433d682d85

View File

@ -537,7 +537,7 @@ export class TitlePhase extends Phase {
}
})
// If the player has no save data (as determined above), hide the "Load Game" button
if (hasFile)
if (hasFile || true)
options.push({
label: i18next.t("menu:loadGame"),
handler: () => {