diff --git a/src/main.ts b/src/main.ts index 0745d2b5abf..4922f929adc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -50,7 +50,6 @@ let game; let manifest; const startGame = async () => { - await import("#plugins/i18n"); const LoadingScene = (await import("./loading-scene")).LoadingScene; const BattleScene = (await import("./battle-scene")).BattleScene; game = new Phaser.Game({