michel-pi/csgo-items-parser

C++ PaintKit parses doesn't put "," at the end of lines

CredixYt opened this issue · 1 comments

Fix by changing CppEnumHelper.cs:57 from sb.AppendLine("\t" + BetterNaming(translation.Translation) + " = " + paintKit.Index.ToString()); to sb.AppendLine("\t" + BetterNaming(translation.Translation) + " = " + paintKit.Index.ToString() + ",");

@michel-pi
EDIT: Fixed Markdown

thanks