Merge pull request #2790 from Citadel-Station-13/upstream-merge-30727

[MIRROR] Fixes ReportDeath runtime
This commit is contained in:
LetterJay
2017-09-17 08:56:07 -05:00
committed by GitHub
+1 -2
View File
@@ -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)