Riouken / cTab

Public repository for cTab
GNU General Public License v2.0
15 stars 22 forks source link

Error "'author/' is not a value" #162

Open edipp opened 8 years ago

edipp commented 8 years ago

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;

AndreasBrostrom commented 7 years ago

163