From 5ecf4c3207aa84e7db317d7187ac0702f77b17b5 Mon Sep 17 00:00:00 2001 From: Splatt581 <31417200+Splatt581@users.noreply.github.com> Date: Mon, 13 May 2024 14:22:34 +0300 Subject: [PATCH] Update host.cpp --- rehlds/engine/host.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rehlds/engine/host.cpp b/rehlds/engine/host.cpp index 673b329..e2ae451 100644 --- a/rehlds/engine/host.cpp +++ b/rehlds/engine/host.cpp @@ -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;