fix: Do not add an extraneous Open Paperdoll context menu entry (#2224)

This commit is contained in:
mdodkins 2025-06-29 01:30:18 +01:00 committed by GitHub
parent aadcd6db70
commit f83fc94b05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,11 +228,6 @@ public partial class BaseHire : BaseCreature
if (!Controlled)
{
if (CanPaperdollBeOpenedBy(from))
{
list.Add(new PaperdollEntry());
}
list.Add(new HireEntry());
}
else