Superboogav2 Quick Fixes (#5089)
This commit is contained in:
parent
2734ce3e4c
commit
485b85ee76
3 changed files with 11 additions and 25 deletions
|
@ -16,9 +16,9 @@ def _remove_special_tokens(string):
|
|||
return re.sub(pattern, '', string)
|
||||
|
||||
|
||||
def input_modifier_internal(string, collector):
|
||||
def input_modifier_internal(string, collector, is_chat):
|
||||
# Sanity check.
|
||||
if shared.is_chat():
|
||||
if is_chat:
|
||||
return string
|
||||
|
||||
# Find the user input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue