correct version from 1.3.x to 1.5.x
This commit is contained in:
parent
ed9bd501dd
commit
66b5d47457
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue