Update name of the new method

This commit is contained in:
GAMMACASE 2025-11-05 14:16:28 +03:00 committed by GitHub
parent 3eae8e4828
commit c103767167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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