connect to 1.4 by default

This commit is contained in:
Gunter Labes 2008-10-04 17:28:12 +00:00
parent 83fd82fadb
commit e48fe86ee6

2
data/tools/wesnoth/campaignserver_client.py Normal file → Executable file
View file

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