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;