1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-10 17:35:34 +02:00

Update steam_client_interface_getter.cpp

typo
This commit is contained in:
Radosław Serba 2025-07-23 14:51:14 +00:00 committed by GitHub
parent 77ff74d6e1
commit ace78b0247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}