From 58d1e5231110f523734922a70d61df72676291ed Mon Sep 17 00:00:00 2001 From: ShadowLarkens Date: Thu, 16 Jul 2020 19:03:05 -0700 Subject: [PATCH] Whoops --- code/modules/clothing/glasses/hud_vr.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/glasses/hud_vr.dm b/code/modules/clothing/glasses/hud_vr.dm index d29a31fe0e..2eb45e02ff 100644 --- a/code/modules/clothing/glasses/hud_vr.dm +++ b/code/modules/clothing/glasses/hud_vr.dm @@ -65,7 +65,6 @@ if(!ishuman(user)) return - log_world("omnihud attack self [src] with [user]") var/mob/living/carbon/human/H = user if(!H.glasses || !(H.glasses == src)) to_chat(user, "You must be wearing the [src] to see the display.")