View Single Post
07/20/17, 01:47 AM   #48
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Originally Posted by Baertram View Post
Thank you Ancean, at least some users are able to "do the job themselves" instead of moaning

A small correction, so everyone knows how to comment lines in addons and mainfest files:


The manifest TXT file needs a ## in front of a line to comment it. You are not able to use -- in there.
Only the lua files use -- as single line, and --[
...
]]
as multi line comments.
haha oups sorry, thanks a lot for this ))
  Reply With Quote