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:
Arokha Sieyes
2017-06-15 18:39:27 -04:00
committed by GitHub
2 changed files with 50 additions and 35 deletions

View File

@@ -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()