Merge pull request #9738 from VOREStation/twologfix

Two fixes for messages I noticed in logs
This commit is contained in:
Novacat
2021-02-17 10:40:37 -05:00
committed by Chompstation Bot
parent e7ca4001ac
commit 9e5a5c4c46
3 changed files with 13 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
if(!message) return
var/F = investigate_subject2file(subject)
if(!F) return
to_chat(F, "<span class='filter_adminlog'><small>[time2text(world.timeofday,"hh:mm")] \ref[src] ([x],[y],[z])</small> || [src] [message]<br></span>")
to_file(F, "<span class='filter_adminlog'><small>[time2text(world.timeofday,"hh:mm")] \ref[src] ([x],[y],[z])</small> || [src] [message]<br></span>")
//ADMINVERBS
/client/proc/investigate_show( subject in list("hrefs","notes","singulo","telesci") )