View Revisions: Issue #2
[ All Revisions ] [ Back to Issue ]
Summary | 0000002: The server doesn't acknowledge the maximum number of players | ||
---|---|---|---|
Revision | 2014-08-04 20:58 by jack9267 | ||
Description | The server.xml contains a "maxplayers" element in which the server interprets and uses to limit the players that connect to the server. The problem with the server is that is forgets to tell the networking library of this limit and it manages that functionality itself. This means the server is currently limited to 32 players until that issue is fixed. |
||
Revision | 2014-08-04 20:42 by jack9267 | ||
Description | The server.xml contains a "maxplayers" element in which the server interprets and uses to limit the players that connect to the server. The problem with the server is that is forgets to tell the networking library of this limit and it manages that functionality its self. This means the server is currently limited to 32 players until that issue is fixed. |