Fixes ReportDeath

This commit is contained in:
AnturK
2017-09-14 12:35:05 +02:00
committed by CitadelStationBot
parent ca2665a128
commit 556e6806f8
+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)