From f83fc94b05ff616eab85ada157ed7974126c77ee Mon Sep 17 00:00:00 2001 From: mdodkins Date: Sun, 29 Jun 2025 01:30:18 +0100 Subject: [PATCH] fix: Do not add an extraneous Open Paperdoll context menu entry (#2224) --- Projects/UOContent/Mobiles/Hireables/BaseHire.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Projects/UOContent/Mobiles/Hireables/BaseHire.cs b/Projects/UOContent/Mobiles/Hireables/BaseHire.cs index 06c569e25..aa4ba1cda 100644 --- a/Projects/UOContent/Mobiles/Hireables/BaseHire.cs +++ b/Projects/UOContent/Mobiles/Hireables/BaseHire.cs @@ -228,11 +228,6 @@ public partial class BaseHire : BaseCreature if (!Controlled) { - if (CanPaperdollBeOpenedBy(from)) - { - list.Add(new PaperdollEntry()); - } - list.Add(new HireEntry()); } else