From 62d8feeb470b6e3ddd04ea7f7cecd44c702b2159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Thu, 15 May 2014 14:32:07 +0200 Subject: [PATCH] fixed maplist name --- application/core/Maps/MapCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Maps/MapCommands.php b/application/core/Maps/MapCommands.php index 554a1e00..48654728 100644 --- a/application/core/Maps/MapCommands.php +++ b/application/core/Maps/MapCommands.php @@ -257,7 +257,7 @@ class MapCommands implements CommandListener, ManialinkPageAnswerListener, Callb if (strstr($chatCommand[1], '.txt')) { $maplist = $chatCommand[1]; } else { - $maplist = $chatCommand . '.txt'; + $maplist = $chatCommand[1] . '.txt'; } } else { $maplist = 'maplist.txt';