diff --git a/plugins/include/clients.inc b/plugins/include/clients.inc index 8d48544b..12452a34 100644 --- a/plugins/include/clients.inc +++ b/plugins/include/clients.inc @@ -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. * diff --git a/plugins/include/sourcemod.inc b/plugins/include/sourcemod.inc index 7bec4ea6..c3a59322 100644 --- a/plugins/include/sourcemod.inc +++ b/plugins/include/sourcemod.inc @@ -48,8 +48,6 @@ struct Plugin #include #include -#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: