Fixed the [DREAMER] issue.

Thanks to SteelSlayer for the help.
This commit is contained in:
SabreML
2020-07-31 05:05:07 +01:00
parent 91d679f2ed
commit ee20789548
+1 -1
View File
@@ -19,7 +19,7 @@
var/list/newlist = dreamlist.Copy()
for(var/i in 1 to newlist.len)
newlist[i] = replacetext(newlist[i], "\[DREAMER\]", "[user.name]")
return dreamlist
return newlist
//NIGHTMARES