Invalid game regex in source.py.

- Was hidden by correct value in source.ini
This commit is contained in:
Stefan Hacker
2013-03-25 17:39:56 +01:00
parent fe8e8d7c24
commit 2348d1a655

View File

@@ -64,7 +64,7 @@ class source(MumoModule):
('database', str, "source.sqlite"),
('basechannelid', int, 0),
('mumbleservers', commaSeperatedIntegers, []),
('gameregex', re.compile, re.compile("^(tf|dod|cstrike)$")),
('gameregex', re.compile, re.compile("^(tf|dod|cstrike|hl2mp)$")),
('groupprefix', str, "source_")
),