Changes the OPEN link to just O

This commit is contained in:
Sam
2017-06-18 06:45:52 +01:00
parent 0f485fa9df
commit b1a0f351d5
+1 -1
View File
@@ -55,7 +55,7 @@
if(mob_to_track)
track = "<a href='byond://?src=[UID()];track=\ref[mob_to_track]'>[speaker_name] ([jobname])</a>"
track += "<a href='byond://?src=[UID()];open=\ref[mob_to_track]'>\[OPEN\]</a>"
track += "<a href='byond://?src=[UID()];open=\ref[mob_to_track]'>\[O\]</a>"
return track