Update demonware.cpp

This commit is contained in:
Federico Cecchetto 2022-05-30 18:06:32 +02:00
parent 920fac7e41
commit aaeaeb4235

View File

@ -577,8 +577,8 @@ namespace demonware
{
if (game::environment::is_sp())
{
// utils::hook::set<uint8_t>(0x1405FCA00, 0xC3); // bdAuthSteam H1(1.4)
// utils::hook::set<uint8_t>(0x140333A00, 0xC3); // dwNet H1(1.4)
utils::hook::set<uint8_t>(0x68DDA0_b, 0xC3); // bdAuthSteam
utils::hook::set<uint8_t>(0x366600_b, 0xC3); // dwNet
return;
}