mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-16 22:32:30 +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;
|
break;
|
||||||
|
|
||||||
case k_EDenySteamValidationStalled:
|
case k_EDenySteamValidationStalled:
|
||||||
if (m_bLanOnly)
|
if (!m_bLanOnly)
|
||||||
|
SV_DropClient(cl, 0, "STEAM verification failed");
|
||||||
|
else
|
||||||
cl->network_userid.m_SteamID = 1;
|
cl->network_userid.m_SteamID = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user