We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f29d3 commit a960161Copy full SHA for a960161
2 files changed
sdk
src/recipientfilters.h
@@ -43,6 +43,7 @@ class CRecipientFilter : public IRecipientFilter
43
NetChannelBufType_t GetNetworkBufType(void) const override { return m_nBufType; }
44
bool IsInitMessage(void) const override { return m_bInitMessage; }
45
const CPlayerBitVec& GetRecipients(void) const override { return m_Recipients; }
46
+ CPlayerSlot GetPredictedPlayerSlot(void) const override { return -1; }
47
48
void AddAllPlayers(void)
49
{
0 commit comments