diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 16:20:47 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 16:20:47 (GMT) |
| commit | a76e4d71a98d3d3419038dc7a084cbe42b9b4474 (patch) | |
| tree | d1ecb46a9ccf797b93633c9fd46b919d1a52d499 /src/client/Client.cpp | |
| parent | 03188e58538f5d2490ee8f054270b74d0cb9d7fe (diff) | |
| download | powder-a76e4d71a98d3d3419038dc7a084cbe42b9b4474.zip powder-a76e4d71a98d3d3419038dc7a084cbe42b9b4474.tar.gz | |
Name colour formatting in comments
Diffstat (limited to 'src/client/Client.cpp')
| -rw-r--r-- | src/client/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp index 6934409..f6744cf 100644 --- a/src/client/Client.cpp +++ b/src/client/Client.cpp @@ -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( |
