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:
rainbow napkin 2026-05-17 18:58:51 -04:00
parent 9f52d13bde
commit 2a20a6de01

View file

@ -57,7 +57,7 @@ class chatPreprocessor{
//If we don't pass sanatization/validation turn this car around //If we don't pass sanatization/validation turn this car around
if(!this.sanatizeCommand(commandObj)){ if(!this.sanatizeCommand(commandObj)){
return; return false;
} }
//split the command //split the command