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
60476047 if (startIndex >= 0) {
60486048 getMessage = getMessage.substring(0, startIndex);
60496049 }
6050-
6051- // remove any whitespace at the beginning
6052- getMessage = getMessage.trimStart();
60536050 }
60546051 }
60556052