From 0a935d273afb889d082dcdaab275805abc5c4acb Mon Sep 17 00:00:00 2001 From: Tim Repke <timmothey@gmx.de> Date: Sat, 22 Aug 2015 20:25:35 +0200 Subject: [PATCH] changed back to landing map --- registration-system/view/signups/game1/test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registration-system/view/signups/game1/test.html b/registration-system/view/signups/game1/test.html index f8cf1d0..3c038f6 100644 --- a/registration-system/view/signups/game1/test.html +++ b/registration-system/view/signups/game1/test.html @@ -63,7 +63,7 @@ var maps = ['map_landing', 'castle_entrance', 'castle_fs', 'dorf']; var game = new Game({ - startMap: maps[3], + startMap: maps[0], showEventLayers: UrlComponents.isSet('showEventLayers'), pathFindingGridSize: 5, usePathFinding: true, -- GitLab