From ace78b0247b085a925f2f2c007d6d1307204e11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Serba?= Date: Wed, 23 Jul 2025 14:51:14 +0000 Subject: [PATCH] Update steam_client_interface_getter.cpp typo --- dll/steam_client_interface_getter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/steam_client_interface_getter.cpp b/dll/steam_client_interface_getter.cpp index de550f00..b76d4240 100644 --- a/dll/steam_client_interface_getter.cpp +++ b/dll/steam_client_interface_getter.cpp @@ -103,7 +103,7 @@ ISteamUser *Steam_Client::GetISteamUser( HSteamUser hSteamUser, HSteamPipe hStea if (!steam_pipes.count(hSteamPipe)) { // Fallback for steamclient_experimental build: if pipe 1 is requested but not found, // and we have other valid pipes, continue execution instead of returning NULL - if (hSteamPipe == 1 || !steam_pipes.empty()) { + if (hSteamPipe !=1 || steam_pipes.empty()) { return NULL; } }