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:
parent
82a3d1d084
commit
40fc2d00a5
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user