diff --git a/frontend/src/js/fight_scene.ts b/frontend/src/js/fight_scene.ts index 58c00199fb66a15c71079e61453b3d0426dc7d63..0ba44c33f8e3243014dc2f50c2cbf544faef0414 100644 --- a/frontend/src/js/fight_scene.ts +++ b/frontend/src/js/fight_scene.ts @@ -318,7 +318,6 @@ function gameStart(scene: any) { async function spawn(scene: any) { await spawnFoe(scene); - return; scene.time.now; const delay = (8 * 1000 * (60 * 1000 - scene.time.now)) / 60 / 1000 + 2 * 1000;