Invalid game regex in source.py.
- Was hidden by correct value in source.ini
This commit is contained in:
@@ -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_")
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user