diff --git a/front/src/Phaser/Game/GameScene.ts b/front/src/Phaser/Game/GameScene.ts index c4a08e11..a9052119 100644 --- a/front/src/Phaser/Game/GameScene.ts +++ b/front/src/Phaser/Game/GameScene.ts @@ -184,6 +184,7 @@ export class GameScene extends ResizableScene implements CenterListener { //hook preload scene preload(): void { addLoader(this); + const localUser = localUserStore.getLocalUser(); const textures = localUser?.textures; if (textures) {