Fix GetClientCount(false)

This commit is contained in:
BotoX
2024-06-09 17:45:27 +02:00
committed by zaCade
parent c2a86c77fd
commit e5fed0051b
4 changed files with 46 additions and 14 deletions
+8 -1
View File
@@ -551,10 +551,17 @@ namespace SourceMod
/**
* @brief Returns the number of players currently connected.
*
* @return Current number of connected clients.
* @return Current number of connected players.
*/
virtual int GetNumPlayers() =0;
/**
* @brief Returns the number of clients currently connected.
*
* @return Current number of connected clients.
*/
virtual int GetNumClients() =0;
/**
* @brief Returns the client index by its userid.
*