Remove small text formatting from investigate log (#43273)

there's no reason for it.
This commit is contained in:
ShizCalev
2019-03-24 01:50:18 -04:00
committed by Tad Hardesty
parent 22b7eda1ae
commit ac9dd6bc09

View File

@@ -2,7 +2,7 @@
if(!message || !subject)
return
var/F = file("[GLOB.log_directory]/[subject].html")
WRITE_FILE(F, "<small>[time_stamp()] [REF(src)] ([x],[y],[z])</small> || [src] [message]<br>")
WRITE_FILE(F, "[time_stamp()] [REF(src)] ([x],[y],[z]) || [src] [message]<br>")
/client/proc/investigate_show()
set name = "Investigate"