Skip to content

Commit

Permalink
Update CServerSideClient::ExecuteStringCommand return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wend4r committed Jan 27, 2025
1 parent 2110fec commit 8a81370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/serversideclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class CServerSideClientBase

virtual void Clear() = 0;

virtual void ExecuteStringCommand( const CNETMsg_StringCmd_t& msg ) = 0;
virtual bool ExecuteStringCommand( const CNETMsg_StringCmd_t& msg ) = 0; // "false" trigger an anti spam counter to kick a client.
virtual void SendNetMessage( const CNetMessage *pData, NetChannelBufType_t bufType ) = 0;

#ifdef LINUX
Expand Down

0 comments on commit 8a81370

Please sign in to comment.