Riouken/cTab

Error "'author/' is not a value"

Opened this issue · 1 comments

edipp commented

https://github.com/Riouken/cTab/blob/master/%40cTab/addons/cTab/config.cpp#L30
author[] = {"Gundy","Riouken","Raspu"};
due to 1.6 update it should be changed to
author = "Gundy, Riouken, Raspu";
or
author = AUTHOR;