2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-03-31 22:59:06 +03:00

Update host.cpp

This commit is contained in:
Splatt581 2024-05-13 14:22:34 +03:00 committed by GitHub
parent 5e4e8ef250
commit 5ecf4c3207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -475,6 +475,9 @@ void SV_DropClient_internal(client_t *cl, qboolean crash, const char *string)
if (!cl->fakeclient)
Netchan_Transmit(&cl->netchan, i, final);
cl->network_userid.m_SteamIDValidated = 0;
host_client->network_userid.m_SteamIDValidated = 0;
}
connection_time = realtime - cl->netchan.connect_time;