mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #27089 from Exxion/'
Fixes extra html_encode() in pray and rambler vows
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
to_chat(usr, "<span class='warning'>Speech is currently admin-disabled.</span>")
|
||||
return
|
||||
|
||||
msg = copytext(sanitize(msg), 1, MAX_MESSAGE_LEN)
|
||||
msg = strip_html_simple(msg)
|
||||
if(!msg)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user