diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-14 18:22:22 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-14 18:22:22 +0300 |
commit | 22864ca62930fba8b3f58fb1a6dafca0951a3e8c (patch) | |
tree | 34178c5749c522776b5203cbbdb592da43ff9f32 /protocols | |
parent | 0646408f9e47b85b304133a46b68311c8a486d6e (diff) |
fixes #4804 (Steam: crash at login)
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Steam/src/steam_ws.cpp | 1 |
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)); |