Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/include/clients.inc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ enum AuthIdType
* MAXPLAYERS is a hardcoded value as an upper limit. MaxClients changes based on the server.
*/

#define MAXPLAYERS 65 /**< Maximum number of players SourceMod supports */
#define MAXPLAYERS 101 /**< Maximum number of players SourceMod supports */
#define MAX_NAME_LENGTH 128 /**< Maximum buffer required to store a client name */
#define MAX_AUTHID_LENGTH 64 /**< Maximum buffer required to store any AuthID type */

Expand Down
2 changes: 1 addition & 1 deletion public/IPlayerHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class IPlayerInfo;
#define SM_REPLY_CONSOLE 0 /**< Reply to console. */
#define SM_REPLY_CHAT 1 /**< Reply to chat. */

#define SM_MAXPLAYERS 65 /**< Maxplayer Count */
#define SM_MAXPLAYERS 101 /**< Maxplayer Count */

namespace SourceMod
{
Expand Down