Merge branch '25-remove-lock-option-from-item-menu-in-guild-inventory' into 'main/gingo-test'

Resolve "Remove lock option from item menu in guild inventory"

See merge request ryzom/ryzom-core!21
merge-requests/24/merge
Nuno Gonçalves (Ulukyn) 3 years ago
commit a64981a92a

@ -2049,6 +2049,7 @@ class CHandlerItemMenuCheck : public IActionHandler
}
// Only show lock menu item if inventory contains the info
if (invId!=INVENTORIES::guild)
if (pLockUnlock) pLockUnlock->setActive(pCS->canOwnerLock());

Loading…
Cancel
Save