summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/Steam/src/steam_ws.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_ws.cpp b/protocols/Steam/src/steam_ws.cpp
index dcf6d0743a..7c7c6f32c1 100644
--- a/protocols/Steam/src/steam_ws.cpp
+++ b/protocols/Steam/src/steam_ws.cpp
@@ -27,6 +27,7 @@ void __cdecl CSteamProto::ServerThread(void *)
Logout();
return;
}
+ iHostCount = db_get_dw(0, STEAM_MODULE, DBKEY_HOSTS_COUNT);
}
srand(time(0));