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 19:22:18 -04:00
parent d7749d3f57
commit 258e71323d

View file

@ -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