Name colour formatting in comments

This commit is contained in:
Simon Robertshaw 2012-08-14 17:20:47 +01:00
parent 03188e5853
commit a76e4d71a9

View File

@ -1507,7 +1507,7 @@ std::vector<SaveComment*> * Client::GetComments(int saveID, int start, int count
for(int j = 0; j < commentsArray.Size(); j++)
{
json::Number tempUserID = commentsArray[j]["UserID"];
json::String tempUsername = commentsArray[j]["Username"];
json::String tempUsername = commentsArray[j]["FormattedUsername"];
json::String tempComment = commentsArray[j]["Text"];
commentArray->push_back(
new SaveComment(