From c1037671679aacb45865333fe8923d9eb15b8933 Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:16:28 +0300 Subject: [PATCH] Update name of the new method --- public/irecipientfilter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/irecipientfilter.h b/public/irecipientfilter.h index 66368461..65221812 100644 --- a/public/irecipientfilter.h +++ b/public/irecipientfilter.h @@ -27,7 +27,8 @@ public: virtual bool IsInitMessage( void ) const = 0; virtual const CPlayerBitVec &GetRecipients( void ) const = 0; - virtual CPlayerSlot GetPredictedByPlayerSlot( void ) const = 0; + virtual CPlayerSlot GetPredictedPlayerSlot( void ) const = 0; }; #endif // IRECIPIENTFILTER_H +