removing whitespace trimming in trimWrongNames block

66832fc98aa599fd00870e01347eed39e2d90d78

qvink <qvink@users.noreply.github.com>

1 files changed, +0 -3Ignore whitespace
public/script.js+0 -3
@@ -6047,9 +6047,6 @@ export function cleanUpMessage({ getMessage, isImpersonate, isContinue, displayI
6047 if (startIndex >= 0) {6047 if (startIndex >= 0) {
6048 getMessage = getMessage.substring(0, startIndex);6048 getMessage = getMessage.substring(0, startIndex);
6049 }6049 }
6050
6051 // remove any whitespace at the beginning
6052 getMessage = getMessage.trimStart();
6053 }6050 }
6054 }6051 }
60556052