mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Investigate logs contain dates (#71982)
## About The Pull Request Investigate logs contain dates because I didn't notice they didn't have dates. ## Why It's Good For The Game Good for external parsers. Bringing logs closer to a standard (we hope) ## Changelog 🆑 Tattle admin: investigate logs have dates, not just times /🆑 Co-authored-by: tattle <article.disaster@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
var/mob/living/source_mob = src
|
||||
source += " ([source_mob.ckey ? source_mob.ckey : "*no key*"])"
|
||||
|
||||
WRITE_FILE(F, "[time_stamp()] [REF(src)] ([x],[y],[z]) || [source] [message]<br>")
|
||||
WRITE_FILE(F, "[time_stamp(format = "YYYY-MM-DD hh:mm:ss")] [REF(src)] ([x],[y],[z]) || [source] [message]<br>")
|
||||
|
||||
/client/proc/investigate_show()
|
||||
set name = "Investigate"
|
||||
|
||||
Reference in New Issue
Block a user