Fixed: missing check

ryzom/sheets
Ulukyn 5 years ago
parent 10f864b234
commit 9e5f20a679

@ -432,7 +432,7 @@ void CGameContextMenu::update()
_TextAttack->setActive(canAttack());
if (_TextNews)
_TextNews->setActive(!canAttack());
_TextNews->setActive(selection && !canAttack());
if (_TextDuel && _TextUnDuel)
{

Loading…
Cancel
Save