Don't redirect dw socket to regular socket

This commit is contained in:
momo5502 2022-10-28 15:28:22 +02:00
parent 219cda9293
commit e252872337

View File

@ -123,9 +123,6 @@ namespace network
public:
void post_unpack() override
{
// redirect dw_sendto to raw socket
//utils::hook::jump(0x14233307E_g, 0x1423330C7_g);
//utils::hook::nop(0x142333056_g, 5); // don't add sock to packet
utils::hook::set<uint8_t>(0x14233305E_g, 0); // don't add checksum to packet