Skip to content
Snippets Groups Projects
Commit 5f34f972 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #fe get rid of debug shortcircuit

parent 112a34cc
No related branches found
No related tags found
No related merge requests found
Pipeline #23585 passed with warnings
...@@ -318,7 +318,6 @@ function gameStart(scene: any) { ...@@ -318,7 +318,6 @@ function gameStart(scene: any) {
async function spawn(scene: any) { async function spawn(scene: any) {
await spawnFoe(scene); await spawnFoe(scene);
return;
scene.time.now; scene.time.now;
const delay = const delay =
(8 * 1000 * (60 * 1000 - scene.time.now)) / 60 / 1000 + 2 * 1000; (8 * 1000 * (60 * 1000 - scene.time.now)) / 60 / 1000 + 2 * 1000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment