From 7b790182ee8e3910573e537aee50bdfd7bfe0e62 Mon Sep 17 00:00:00 2001 From: lass9030 Date: Thu, 25 Oct 2018 16:29:58 +0200 Subject: [PATCH] added missing check --- code/modules/mob/living/carbon/human/species/_species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/_species.dm b/code/modules/mob/living/carbon/human/species/_species.dm index 90088f49926..5949d127f39 100644 --- a/code/modules/mob/living/carbon/human/species/_species.dm +++ b/code/modules/mob/living/carbon/human/species/_species.dm @@ -617,7 +617,7 @@ It'll return null if the organ doesn't correspond, so include null checks when u else H.see_invisible = SEE_INVISIBLE_LIVING - if(H.client.eye != H) + if(H.client && H.client.eye != H) var/atom/A = H.client.eye if(A.update_remote_sight(H)) //returns 1 if we override all other sight updates. return