Skip to content

Commit

Permalink
fix(command): add missing field in CommandRegistry::Overload
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jul 31, 2024
1 parent e595337 commit 73fa791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/bedrock/server/commands/command_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class CommandRegistry {
std::unique_ptr<Command> (*factory)(); // +8
std::vector<CommandParameterData> params; // +16
std::int32_t version_offset{-1}; // +40
bool chaining{false}; // +44
std::vector<Symbol> params_symbol; // +48
};

Expand Down

0 comments on commit 73fa791

Please sign in to comment.