Fixed failed chat sanatization causing unexpected server-side exception because I did a gross hack which I would've been forced to make cleaner had I used typescript over js XP
This commit is contained in:
parent
9f52d13bde
commit
2a20a6de01
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class chatPreprocessor{
|
|||
|
||||
//If we don't pass sanatization/validation turn this car around
|
||||
if(!this.sanatizeCommand(commandObj)){
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
//split the command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue