mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #1741 from VOREStation/gc-data-record
Fixes players not being removed from the manifest immediately when cryoing.
This commit is contained in:
@@ -180,6 +180,8 @@
|
||||
return "[..()] ([ckey])"
|
||||
|
||||
/proc/log_info_line(var/datum/d)
|
||||
if(!d)
|
||||
return "*null*"
|
||||
if(!istype(d))
|
||||
return
|
||||
return json_encode(d)
|
||||
return d.log_info_line()
|
||||
|
||||
Reference in New Issue
Block a user