diff --git a/modules/source/source.py b/modules/source/source.py index 3f25f4d..6b6b67f 100644 --- a/modules/source/source.py +++ b/modules/source/source.py @@ -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_") ),