2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-13 21:10:08 +03:00

Update sv_steam3.cpp

This commit is contained in:
Splatt581 2024-05-13 14:10:52 +03:00 committed by GitHub
parent 82a3d1d084
commit 40fc2d00a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,9 @@ void CSteam3Server::OnGSClientDenyHelper(client_t *cl, EDenyReason eDenyReason,
break;
case k_EDenySteamValidationStalled:
if (m_bLanOnly)
if (!m_bLanOnly)
SV_DropClient(cl, 0, "STEAM verification failed");
else
cl->network_userid.m_SteamID = 1;
break;