[ServerCommands] Fix shortjump type
This commit is contained in:
parent
859f00acdd
commit
a5a8b86c8c
@ -95,7 +95,7 @@ namespace Components
|
|||||||
// Server command fail hooks
|
// Server command fail hooks
|
||||||
Utils::Hook(0x593C1F, OnServerCommandPreFailStub).install()->quick();
|
Utils::Hook(0x593C1F, OnServerCommandPreFailStub).install()->quick();
|
||||||
Utils::Hook(0x5944BB, OnServerCommandFailPrintStub).install()->quick();
|
Utils::Hook(0x5944BB, OnServerCommandFailPrintStub).install()->quick();
|
||||||
Utils::Hook::Set(0x5944D3, 0xEB);
|
Utils::Hook::Set<std::uint8_t>(0x5944D3, 0xEB);
|
||||||
}
|
}
|
||||||
|
|
||||||
ServerCommands::~ServerCommands()
|
ServerCommands::~ServerCommands()
|
||||||
|
Loading…
Reference in New Issue
Block a user