Skip to content

Commit

Permalink
fix: add the missing field to CommandRegistry::Overload
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Aug 7, 2024
1 parent cea75ca commit d0ae611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mc/server/commands/CommandRegistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ class CommandRegistry {
FactoryFn* alloc; // this+0x8
std::vector<CommandParameterData> params; // this+0x10
int versionOffset; // this+0x28
bool chaining; // this+0x2C
std::vector<Symbol> paramsSymbol; // this+0x30

public:
Expand Down

0 comments on commit d0ae611

Please sign in to comment.