mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 08:57:57 +00:00
wesnoth_addon_manager: Make 1.9.x portspec alias to 1.10.x...
...since the server scripts haven't been fixed for 1.10 yet This must be reverted once the 1.10 server transition is completed.
This commit is contained in:
parent
9ec70dabc5
commit
6a63680815
@ -10,7 +10,7 @@ import wesnoth.wmlparser as wmlparser
|
||||
dumpi = 0
|
||||
class CampaignClient:
|
||||
# First port listed will be used as default.
|
||||
portmap = (("15002", "1.10.x"), ("15004", "trunk"), ("15001", "1.8.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
|
||||
portmap = (("15002", "1.10.x"), ("15002", "1.9.x"), ("15004", "trunk"), ("15001", "1.8.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
|
||||
|
||||
def __init__(self, address = None):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user