View Single Post
08/05/20, 01:53 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,567
It's because you deselected all games. Try to change the line
Code:
<game-config game-id="ESO" scannable="false"/>
in minion.xml to
Code:
<game-config game-id="ESO" scannable="true"/>
  Reply With Quote