Remove bad fix for netadr types
This commit is contained in:
parent
d37206be5e
commit
1f73feb6bc
@ -135,9 +135,6 @@ namespace network
|
|||||||
|
|
||||||
utils::hook::set<uint32_t>(0x14134C6E0_g, 4); // set initial connection state to "connecting"
|
utils::hook::set<uint32_t>(0x14134C6E0_g, 4); // set initial connection state to "connecting"
|
||||||
|
|
||||||
// Fix netadr types
|
|
||||||
//utils::hook::set<uint32_t>(0x142332DE5_g, game::NA_RAWIP); // raw socket type
|
|
||||||
//utils::hook::set<uint32_t>(0x142332E00_g, game::NA_IP); // dw socket type
|
|
||||||
|
|
||||||
// intercept command handling
|
// intercept command handling
|
||||||
utils::hook::jump(0x14134D146_g, utils::hook::assemble(handle_command_stub));
|
utils::hook::jump(0x14134D146_g, utils::hook::assemble(handle_command_stub));
|
||||||
|
Loading…
Reference in New Issue
Block a user