parent
97b5008587
commit
55c208fb4f
@ -123,6 +123,9 @@ namespace client_patches
|
|||||||
// Keep client ranked when mod loaded
|
// Keep client ranked when mod loaded
|
||||||
utils::hook::jump(0x1420D5BA0_g, is_mod_loaded_stub);
|
utils::hook::jump(0x1420D5BA0_g, is_mod_loaded_stub);
|
||||||
patch_is_mod_loaded_checks();
|
patch_is_mod_loaded_checks();
|
||||||
|
|
||||||
|
// Kill Client/Server Index Mismatch error
|
||||||
|
utils::hook::set<uint8_t>(0x1400A7588_g, 0xEB);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user