Skip to content

Commit

Permalink
fixcompile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove committed Dec 9, 2024
1 parent a9f801f commit 5dd9a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ std::string UpdateAppearanceAttemptEvent::GetArgumentsJsonArray() const
result += "[";
result += std::to_string(actor->GetFormId());
result += ",";
result += appearance.ToJson().dump();
result += appearance.ToJson();
result += ",";
result += isAllowed ? "true" : "false";
result += "]";
Expand Down

0 comments on commit 5dd9a36

Please sign in to comment.