Name colour formatting in comments
This commit is contained in:
parent
03188e5853
commit
a76e4d71a9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user