mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Corrected a bunch of over-escaping. (#24876)
* Corrected a bunch of over-escaping. * unundefine * Fixed #23759 * Apply suggestions from code review Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * Review fix --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
return
|
||||
if(!(container ? container : src).Adjacent(user)) // Is the user next to the seed/container?
|
||||
return
|
||||
variant = copytext(sanitize(html_encode(trim(V))), 1, 64) // Sanitization must happen after null check because it converts nulls to empty strings
|
||||
variant = html_encode(copytext(trim(V), 1, 64))
|
||||
if(variant == "")
|
||||
variant = null
|
||||
if(prev != variant)
|
||||
|
||||
Reference in New Issue
Block a user