Skip to content

Commit

Permalink
chore: update struct GenerateMessageResult
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Mar 27, 2024
1 parent c2291c2 commit deb83d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mc/common/wrapper/GenerateMessageResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

struct GenerateMessageResult {
public:
std::string string;
std::unique_ptr<CommandSelector<class Actor>> selection;
std::string string;
bool unk;

// prevent constructor by default
GenerateMessageResult& operator=(GenerateMessageResult const&);
Expand Down

0 comments on commit deb83d9

Please sign in to comment.