From cb4b710885ce99c76852b18cd38fbffcf7d35dac Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 18 May 2015 09:11:57 -0400 Subject: [PATCH] Removed comment regarding MaxClients not being available in OnPluginStart. --- plugins/include/clients.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/include/clients.inc b/plugins/include/clients.inc index d914e823..226ce3a9 100644 --- a/plugins/include/clients.inc +++ b/plugins/include/clients.inc @@ -67,9 +67,6 @@ enum AuthIdType /** * MAXPLAYERS is not the same as MaxClients. * MAXPLAYERS is a hardcoded value as an upper limit. MaxClients changes based on the server. - * - * Both GetMaxClients() and MaxClients are only available once the map is loaded, and should - * not be used in OnPluginStart(). */ #define MAXPLAYERS 65 /**< Maximum number of players SourceMod supports */