connect to 1.4 by default
This commit is contained in:
parent
83fd82fadb
commit
e48fe86ee6
1 changed files with 1 additions and 1 deletions
2
data/tools/wesnoth/campaignserver_client.py
Normal file → Executable file
2
data/tools/wesnoth/campaignserver_client.py
Normal file → Executable 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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue