Replace cookie by local storage to store language

This commit is contained in:
Nolway
2021-12-18 22:18:35 +01:00
committed by Alexis Faizeau
parent 8286cdd41d
commit 41ef9fd49f
5 changed files with 10 additions and 34 deletions
-1
View File
@@ -34,7 +34,6 @@ export class EntryScene extends Scene {
.loadCurrentLanguageObject(this.cache)
.catch((e: unknown) => {
console.error("Error during language loading!", e);
throw e;
})
.finally(() => {
gameManager