Adding new protocol revision to AllowedProtocolRevisions.

This commit is contained in:
mobius
2015-03-06 19:35:44 +00:00
parent 18888f3351
commit 3ae5d8b4b8

View File

@@ -84,8 +84,8 @@ MaximumOnlineUsers = 2000
# Numbers of protocol revisions that server allows to connect. # Numbers of protocol revisions that server allows to connect.
# Delimiter is ; # Delimiter is ;
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u> # WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
# Default: 603;606;607 # Default: 603;606;607;610
AllowedProtocolRevisions = 603;606;607 AllowedProtocolRevisions = 603;606;607;610
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------