mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Investigate logs contain dates [MDB IGNORE] (#18153)
Investigate logs contain dates Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com> Co-authored-by: tastyfish <crazychris32@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