mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-07-18 18:40:34 +00:00
CommandRegistry::Overload大小不对导致注册不成功
This commit is contained in:
parent
d07972188d
commit
6d4d65cf7c
@ -175,8 +175,9 @@ public:
|
||||
CommandVersion version; // 0
|
||||
FactoryFn factory; // 8
|
||||
std::vector<CommandParameterData> params; // 16
|
||||
unsigned char unk; // 40
|
||||
std::vector<Symbol> syms = {}; // 48
|
||||
int versionOffset;
|
||||
// unsigned char unk; // 40
|
||||
// std::vector<Symbol> syms = {}; // 48
|
||||
|
||||
LIAPI Overload(CommandVersion version,
|
||||
FactoryFn factory,
|
||||
|
Loading…
Reference in New Issue
Block a user