correct version from 1.3.x to 1.5.x

This commit is contained in:
Nils Kneuper 2008-05-15 09:11:24 +00:00
parent ed9bd501dd
commit 66b5d47457

View file

@ -3,7 +3,7 @@ import wesnoth.wmldata as wmldata
class CampaignClient:
# First port listed will be used as default.
portmap = (("15003", "1.3.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
portmap = (("15003", "1.5.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
def __init__(self, address = None):
"""