XUi/controls.xml discrepancy
Opened this issue · 1 comments
DarthVapers commented
Unsupported syntax in XUi/controls.xml
line 134 reads:
<remove xpath="/controls/quest_entry[@name='quest_entry'] />
should read:
<remove xpath="/controls/quest_entry" />
As there is no "name" entry within that block.
dwallorde commented
Thank you, I have made the adjustment for next update