Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Sep 27, 2024
1 parent fff446e commit 2850bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Synergism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6319,7 +6319,7 @@ function playerNeedsReminderToExport () {
}

window.addEventListener('load', async () => {
await i18nInit()
await i18nInit().catch((e) => console.log('fuck do we do now?', e))

const ver = DOMCacheGetOrSet('versionnumber')
const addZero = (n: number) => `${n}`.padStart(2, '0')
Expand Down

0 comments on commit 2850bdc

Please sign in to comment.