Merge pull request #27089 from Exxion/'

Fixes extra html_encode() in pray and rambler vows
This commit is contained in:
DamianX
2020-07-13 20:50:39 +02:00
committed by GitHub
3 changed files with 5 additions and 8 deletions

View File

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