From a76e4d71a98d3d3419038dc7a084cbe42b9b4474 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 14 Aug 2012 17:20:47 +0100 Subject: [PATCH] Name colour formatting in comments --- src/client/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.cpp b/src/client/Client.cpp index 69344093f..f6744cfd8 100644 --- a/src/client/Client.cpp +++ b/src/client/Client.cpp @@ -1507,7 +1507,7 @@ std::vector * 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(