mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-21 15:41:35 +02:00
Name colour formatting in comments
This commit is contained in:
@@ -1507,7 +1507,7 @@ std::vector<SaveComment*> * Client::GetComments(int saveID, int start, int count
|
|||||||
for(int j = 0; j < commentsArray.Size(); j++)
|
for(int j = 0; j < commentsArray.Size(); j++)
|
||||||
{
|
{
|
||||||
json::Number tempUserID = commentsArray[j]["UserID"];
|
json::Number tempUserID = commentsArray[j]["UserID"];
|
||||||
json::String tempUsername = commentsArray[j]["Username"];
|
json::String tempUsername = commentsArray[j]["FormattedUsername"];
|
||||||
json::String tempComment = commentsArray[j]["Text"];
|
json::String tempComment = commentsArray[j]["Text"];
|
||||||
commentArray->push_back(
|
commentArray->push_back(
|
||||||
new SaveComment(
|
new SaveComment(
|
||||||
|
Reference in New Issue
Block a user