Ignore client server index mismatch

#293
This commit is contained in:
momo5502 2023-03-12 10:01:16 +01:00
parent 97b5008587
commit 55c208fb4f

View File

@ -123,6 +123,9 @@ namespace client_patches
// Keep client ranked when mod loaded
utils::hook::jump(0x1420D5BA0_g, is_mod_loaded_stub);
patch_is_mod_loaded_checks();
// Kill Client/Server Index Mismatch error
utils::hook::set<uint8_t>(0x1400A7588_g, 0xEB);
}
};
}