fixed maplist name
This commit is contained in:
parent
ee49956058
commit
62d8feeb47
@ -257,7 +257,7 @@ class MapCommands implements CommandListener, ManialinkPageAnswerListener, Callb
|
|||||||
if (strstr($chatCommand[1], '.txt')) {
|
if (strstr($chatCommand[1], '.txt')) {
|
||||||
$maplist = $chatCommand[1];
|
$maplist = $chatCommand[1];
|
||||||
} else {
|
} else {
|
||||||
$maplist = $chatCommand . '.txt';
|
$maplist = $chatCommand[1] . '.txt';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$maplist = 'maplist.txt';
|
$maplist = 'maplist.txt';
|
||||||
|
Loading…
Reference in New Issue
Block a user