From 05f23538907eabb7c01df4dfec0c8398a7c3ac9e Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:49:52 +0300 Subject: [PATCH] Correct return type for ReplayLastPlayerKill --- public/eiface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/eiface.h b/public/eiface.h index 64eb522a..153e7364 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -642,7 +642,7 @@ public: // Returns this player hltv delay in seconds virtual float GetPlayerHltvDelay( CPlayerSlot slot, CEntityIndex &replay_ent ) = 0; - virtual void ReplayLastPlayerKill( CPlayerSlot slot, void *kill_info ) = 0; + virtual bool ReplayLastPlayerKill( CPlayerSlot slot, void *kill_info ) = 0; virtual void unk201() = 0; virtual void unk202() = 0;