fixed maplist name
This commit is contained in:
		| @@ -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'; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user