Update CampaignClient to know about 1.10 (instead of 1.9)

This commit is contained in:
Alexander van Gessel 2012-02-23 02:38:16 +01:00
parent 057a2e65a0
commit 30d4e650be

View file

@ -10,7 +10,7 @@ import wesnoth.wmlparser as wmlparser
dumpi = 0
class CampaignClient:
# First port listed will be used as default.
portmap = (("15002", "1.9.x"), ("15004", "trunk"), ("15001", "1.8.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
portmap = (("15002", "1.10.x"), ("15004", "trunk"), ("15001", "1.8.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
def __init__(self, address = None):
"""