View Single Post
03/26/20, 04:06 PM   #14
Phinix
 
Phinix's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 186
@Rhyono yep that is definitely it.

The other library errors I was getting turned out to be just me being rusty and messing up the syntax while converting away from LibStub (used ':' instead of '.' as a constructor between the global library table and the function definition, adding an extra 'self' variable to them all and throwing off the values. DOH!

@sirinsidiator you were correct, dependency checking had nothing to do with it!

Last edited by Phinix : 03/27/20 at 09:47 PM.
  Reply With Quote