Moved MAXPLAYERS define from sourcemod.inc to clients.inc

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40907
This commit is contained in:
Scott Ehlert 2007-06-07 02:39:37 +00:00
parent 00e9d047c7
commit 7817602d75
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,8 @@ enum NetFlow
NetFlow_Both /**< Incoming and outgoing traffic */
};
#define MAXPLAYERS 64 /**< Maximum number of players that can be in server */
/**
* Called on client connection.
*

View File

@ -48,8 +48,6 @@ struct Plugin
#include <menus>
#include <halflife>
#define MAXPLAYERS 64 /**< Maximum number of players that can be in server */
/**
* Declare this as a struct in your plugin to expose its information.
* Example: