Fix bogus var access

This commit is contained in:
Tad Hardesty
2018-02-25 13:24:44 -08:00
committed by CitadelStationBot
parent 0589c06507
commit 3790df44e5
+6
View File
@@ -373,6 +373,12 @@
var/msg = "<span class='boldnotice'>Roundstart logout report\n\n</span>"
for(var/i in GLOB.mob_living_list)
var/mob/living/L = i
<<<<<<< HEAD
=======
var/mob/living/carbon/C = L
if (istype(C) && !C.last_mind)
continue // never had a client
>>>>>>> e8acf67... Fix bogus var access (#35977)
if(L.ckey && !GLOB.directory[L.ckey])
msg += "<b>[L.name]</b> ([L.ckey]), the [L.job] (<font color='#ffcc00'><b>Disconnected</b></font>)\n"