Allow 10 clients to conncet to the server by default (allows 8 players and 2 observers). Refs #3254.

This was SVN commit r17620.
This commit is contained in:
elexis 2016-01-10 01:06:07 +00:00
parent ead85b1572
commit 893ca29723

View File

@ -41,7 +41,7 @@
#define DEFAULT_SERVER_NAME L"Unnamed Server"
#define DEFAULT_WELCOME_MESSAGE L"Welcome"
#define MAX_CLIENTS 8
#define MAX_CLIENTS 10
static const int CHANNEL_COUNT = 1;