From e0a58948a406e2d0e3cfaaf47741ea93f0a0debe Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 24 Mar 2017 20:31:59 +0100 Subject: [PATCH] [ServerList] No comment --- src/Components/Modules/ServerList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/ServerList.cpp b/src/Components/Modules/ServerList.cpp index 3eb5374d..8e4945d1 100644 --- a/src/Components/Modules/ServerList.cpp +++ b/src/Components/Modules/ServerList.cpp @@ -761,7 +761,7 @@ namespace Components // Set default masterServerName + port and save it #ifdef USE_LEGACY_SERVER_LIST - Utils::Hook::Set(0x60AD92, "localhost"); + Utils::Hook::Set(0x60AD92, "127.0.0.1"); Utils::Hook::Set(0x60AD90, Game::dvar_flag::DVAR_FLAG_SAVED); // masterServerName Utils::Hook::Set(0x60ADC6, Game::dvar_flag::DVAR_FLAG_SAVED); // masterPort #endif