View Single Post
07/06/14, 06:15 AM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
I have tested how it works and even if addon manager (on character selection screen) does not show dependency error, addon is not loaded.

If you are talking about your ATLAS Logger, you have typo in the manifest:
Code:
## DependsOn : ATLAS
This command is not recognized because of space between DependsOn and the colon.

Also addon name is case sensitive, so you should use:
Code:
## DependsOn: Atlas
  Reply With Quote