From 08db4c04326363b3fa1431c14b6f0a3507ef1b0c Mon Sep 17 00:00:00 2001 From: yukirij Date: Fri, 18 Oct 2024 14:27:21 -0700 Subject: [PATCH] Remove old challenges url from loading. --- www/js/scene.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/js/scene.js b/www/js/scene.js index 2f1e5d8..4e8b9e5 100644 --- a/www/js/scene.js +++ b/www/js/scene.js @@ -47,7 +47,6 @@ class SceneManager { case "practice": this.load(SCENES.GamePractice); return; case "guide": this.load(SCENES.Guide); return; case "about": this.load(SCENES.About); return; - case "challenge": this.load(SCENES.Challenge); return; case "extras": this.load(SCENES.Extras); return; case "users": this.load(SCENES.Users); return;