diff --git a/trunk/dist/game/config/Server.properties b/trunk/dist/game/config/Server.properties index f096d3167b..3b2f20728e 100644 --- a/trunk/dist/game/config/Server.properties +++ b/trunk/dist/game/config/Server.properties @@ -84,8 +84,8 @@ MaximumOnlineUsers = 2000 # Numbers of protocol revisions that server allows to connect. # Delimiter is ; # WARNING: Changing the protocol revision may result in incompatible communication and many errors in game! -# Default: 603;606;607 -AllowedProtocolRevisions = 603;606;607 +# Default: 603;606;607;610 +AllowedProtocolRevisions = 603;606;607;610 # ---------------------------------------------------------------------------