From 529b07aebd11947527bde82d08bffbe6a98d2fb2 Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:25:54 +0300 Subject: [PATCH] Update ISource2GameClients --- public/eiface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/eiface.h b/public/eiface.h index e07338f8..f6391f27 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -634,8 +634,6 @@ public: // The client has submitted a keyvalues command virtual void ClientCommandKeyValues( CPlayerSlot slot, KeyValues *pKeyValues ) = 0; - - virtual void unk001() = 0; virtual bool ClientCanPause( CPlayerSlot slot ) = 0;