mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
fix
This commit is contained in:
@@ -176,7 +176,7 @@ class ChatRenderer {
|
|||||||
this.highlightColor = null;
|
this.highlightColor = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const allowedRegex = /^[a-z0-9_\-\s]+$/ig;
|
const allowedRegex = /^[a-z0-9_\-\s]+$/i; // citadel update - ig changed to i for flags, to fix issues with highlighting only working for every other word.
|
||||||
const lines = String(text)
|
const lines = String(text)
|
||||||
.split(',')
|
.split(',')
|
||||||
.map(str => str.trim())
|
.map(str => str.trim())
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user