maint(network): rename function

This commit is contained in:
Jack Back 2024-04-01 12:14:23 +02:00
parent 7cc285705b
commit 0c2ed72792

View File

@ -282,7 +282,7 @@ namespace network
utils::hook::set<std::uint8_t>(0x14020A723, 0xEB);
// patch buffer overflow
utils::hook::call(0x1403DA8A4, memmove_stub); // NET_GetDeferredClientPacket
utils::hook::call(0x1403DA8A4, memmove_stub); // NET_DeferPacketToClient
}
}
};