Merge pull request #53 from diamante0018/master

Patch bug in dedi
This commit is contained in:
Maurice Heumann 2022-03-23 12:55:40 +01:00 committed by GitHub
commit 1d7cf00cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,8 @@ private:
void patch_dedi() const
{
// Skip call to queryserverinfo handler in SV_ConnectionlessPacket
utils::hook::nop(0x4FE051, 5);
}
static __declspec(noreturn) void long_jump_stub(jmp_buf buf, const int value) noexcept(false)