From a2dd611d4aaccfa0772d998bf8e9d372ed4b891c Mon Sep 17 00:00:00 2001 From: VerySoft Date: Mon, 7 Mar 2022 03:13:22 -0500 Subject: [PATCH] stop double posting ooc notes I moved the code to mob/living so more things can have ooc notes and didn't realize it was double posting them when you push the button. This fixes that. --- code/modules/mob/living/carbon/human/human.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 5c3cfef731f..26e5963958d 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -335,11 +335,6 @@ log_runtime(EXCEPTION("Warning: human/Topic was called with item [href_list["item"]], but the item Topic is deprecated!")) // handle_strip(href_list["item"],usr) - // VOREStation Start - if(href_list["ooc_notes"]) - src.Examine_OOC() - // VOREStation End - if (href_list["criminal"]) if(hasHUD(usr,"security"))