mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fix compile
This commit is contained in:
@@ -546,4 +546,6 @@ proc/checkhtml(var/t)
|
||||
text = replacetext(text, "</td><tr>", "\[row\]")
|
||||
text = replacetext(text, "<td>", "\[cell\]")
|
||||
text = replacetext(text, "<img src = ntlogo.png>", "\[logo\]")
|
||||
return text
|
||||
return text
|
||||
|
||||
#define string2charlist(string) (splittext(string, regex("(\\x0A|.)")) - splittext(string, ""))
|
||||
Reference in New Issue
Block a user