seblindfors / Immersion

Immersive questing addon for World of Warcraft
Artistic License 2.0
26 stars 15 forks source link

Fixed comment markers in TOC file #1

Closed Meorawr closed 7 years ago

Meorawr commented 7 years ago

Comments in the TOC file should just use a single # character as opposed to being Lua style (--).

This fixes some entirely harmless warning messages in the FrameXML.log file in the game's logging directory, which look like this without the fix applied:

2/16 12:41:18.147  Loading add-on Immersion
2/16 12:41:18.147  ** Loading table of contents Interface\AddOns\Immersion\Immersion.toc
2/16 12:41:18.147  Couldn't open Interface\AddOns\Immersion\-- Libs
2/16 12:41:18.147  Couldn't open Interface\AddOns\Immersion\-- Extra stuff & config
2/16 12:41:18.147  Couldn't open Interface\AddOns\Immersion\-- Mixins
2/16 12:41:18.147  Couldn't open Interface\AddOns\Immersion\-- Display layer
2/16 12:41:18.147  Couldn't open Interface\AddOns\Immersion\-- Logic layer