diff --git a/src/mc/server/commands/CommandRegistry.h b/src/mc/server/commands/CommandRegistry.h index d0335bf4b0..75691bb879 100644 --- a/src/mc/server/commands/CommandRegistry.h +++ b/src/mc/server/commands/CommandRegistry.h @@ -192,6 +192,7 @@ class CommandRegistry { FactoryFn* alloc; // this+0x8 std::vector params; // this+0x10 int versionOffset; // this+0x28 + bool chaining; // this+0x2C std::vector paramsSymbol; // this+0x30 public: