[ServerList] No comment

This commit is contained in:
momo5502 2017-03-24 20:31:59 +01:00
parent 0f027dfd6c
commit e0a58948a4

View File

@ -761,7 +761,7 @@ namespace Components
// Set default masterServerName + port and save it
#ifdef USE_LEGACY_SERVER_LIST
Utils::Hook::Set<char*>(0x60AD92, "localhost");
Utils::Hook::Set<char*>(0x60AD92, "127.0.0.1");
Utils::Hook::Set<BYTE>(0x60AD90, Game::dvar_flag::DVAR_FLAG_SAVED); // masterServerName
Utils::Hook::Set<BYTE>(0x60ADC6, Game::dvar_flag::DVAR_FLAG_SAVED); // masterPort
#endif