Merge pull request #2790 from Citadel-Station-13/upstream-merge-30727
[MIRROR] Fixes ReportDeath runtime
This commit is contained in:
@@ -185,8 +185,7 @@ SUBSYSTEM_DEF(blackbox)
|
||||
return
|
||||
if(!L || !L.key || !L.mind)
|
||||
return
|
||||
var/turf/T = get_turf(L)
|
||||
var/area/placeofdeath = get_area(T.loc)
|
||||
var/area/placeofdeath = get_area(L)
|
||||
var/sqlname = sanitizeSQL(L.real_name)
|
||||
var/sqlkey = sanitizeSQL(L.ckey)
|
||||
var/sqljob = sanitizeSQL(L.mind.assigned_role)
|
||||
|
||||
Reference in New Issue
Block a user