Remove bad fix for netadr types

This commit is contained in:
momo5502 2022-10-28 15:27:38 +02:00
parent d37206be5e
commit 1f73feb6bc

View File

@ -135,9 +135,6 @@ namespace network
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
utils::hook::jump(0x14134D146_g, utils::hook::assemble(handle_command_stub));