Fixes some 516 UIs. (#20662)

This commit is contained in:
Matt Atlas
2025-03-27 02:14:59 +01:00
committed by GitHub
parent f93de28137
commit 22f3e5580d
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ var/global/enabled_spooking = 0
dat += "<A href='byond://?src=[REF(src)];add_player_info=[key]'>Add Comment</A><br>"
dat += "</body></html>"
show_browser(usr, dat, "window=adminplayerinfo;size=480x480")
show_browser(usr, HTML_SKELETON(dat), "window=adminplayerinfo;size=480x480")
else
show_notes_sql(key)