From 073b7c4e503a909e66eca085aae842f6d1dcda78 Mon Sep 17 00:00:00 2001 From: Splatt581 <31417200+Splatt581@users.noreply.github.com> Date: Mon, 13 May 2024 14:12:03 +0300 Subject: [PATCH] Update userid_rehlds.h --- rehlds/public/rehlds/userid_rehlds.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rehlds/public/rehlds/userid_rehlds.h b/rehlds/public/rehlds/userid_rehlds.h index 6a22221..707229a 100644 --- a/rehlds/public/rehlds/userid_rehlds.h +++ b/rehlds/public/rehlds/userid_rehlds.h @@ -42,5 +42,6 @@ typedef struct USERID_s { int idtype; uint64 m_SteamID; + uint64 m_SteamIDValidated; unsigned int clientip; } USERID_t;