From d0cbbf8184adb7c2393410a46202ebce148412cd Mon Sep 17 00:00:00 2001 From: Tim Repke <timmothey@gmx.de> Date: Mon, 28 Sep 2015 00:06:46 +0200 Subject: [PATCH] forgot some debugging state changes +1 --- registration-system/view/signups/game1/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registration-system/view/signups/game1/index.php b/registration-system/view/signups/game1/index.php index 0773981..2a06eee 100644 --- a/registration-system/view/signups/game1/index.php +++ b/registration-system/view/signups/game1/index.php @@ -77,7 +77,7 @@ class Game1SignupMethod extends SignupMethod { g_smallValue = 0.000001; // fun with floats var game = new Game({ - startMap: \'ufer\', + startMap: \'map_landing\', showEventLayers: false, pathFindingGridSize: 5, usePathFinding: true, -- GitLab