Byond is stupid sometimes

This commit is contained in:
Lzimann
2017-06-08 11:12:11 -03:00
parent ccb3a86a84
commit 4a693b209a
+2 -1
View File
@@ -2248,7 +2248,8 @@
thing_to_check = splittext(thing_to_check, ", ")
var/list/dat = list("Related accounts by [uppertext(href_list["showrelatedacc"])]:", thing_to_check)
var/list/dat = list("Related accounts by [uppertext(href_list["showrelatedacc"])]:")
dat += thing_to_check
usr << browse(dat.Join("<br>"), "window=related_[C];size=420x300")