fix: Do not add an extraneous Open Paperdoll context menu entry (#2224)
This commit is contained in:
parent
aadcd6db70
commit
f83fc94b05
1 changed files with 0 additions and 5 deletions
|
|
@ -228,11 +228,6 @@ public partial class BaseHire : BaseCreature
|
|||
|
||||
if (!Controlled)
|
||||
{
|
||||
if (CanPaperdollBeOpenedBy(from))
|
||||
{
|
||||
list.Add(new PaperdollEntry());
|
||||
}
|
||||
|
||||
list.Add(new HireEntry());
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue