|
@@ -1104,7 +1104,7 @@ public final class Config
|
|
MAX_CHARACTERS_NUMBER_PER_ACCOUNT = Integer.parseInt(serverSettings.getProperty("CharMaxNumber", "0"));
|
|
MAX_CHARACTERS_NUMBER_PER_ACCOUNT = Integer.parseInt(serverSettings.getProperty("CharMaxNumber", "0"));
|
|
MAXIMUM_ONLINE_USERS = Integer.parseInt(serverSettings.getProperty("MaximumOnlineUsers", "100"));
|
|
MAXIMUM_ONLINE_USERS = Integer.parseInt(serverSettings.getProperty("MaximumOnlineUsers", "100"));
|
|
|
|
|
|
- String[] protocols = serverSettings.getProperty("AllowedProtocolRevisions", "267;268").split(";");
|
|
|
|
|
|
+ String[] protocols = serverSettings.getProperty("AllowedProtocolRevisions", "267;268;271").split(";");
|
|
PROTOCOL_LIST = new TIntArrayList(protocols.length);
|
|
PROTOCOL_LIST = new TIntArrayList(protocols.length);
|
|
for (String protocol : protocols)
|
|
for (String protocol : protocols)
|
|
{
|
|
{
|