switch addon server to the new one for 1.8.x stable series...

...which will be using port 15005
This commit is contained in:
Nils Kneuper 2009-11-09 17:19:44 +00:00
parent c6249645f1
commit 94a3bca1f9
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import wesnoth.wmlparser as wmlparser
dumpi = 0
class CampaignClient:
# First port listed will be used as default.
portmap = (("15004", "1.7.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
portmap = (("15005", "1.8.x"), ("15004", "1.7.x"), ("15003", "1.6.x"))
def __init__(self, address = None):
"""

View file

@ -20,7 +20,7 @@
#include <cstring>
const unsigned short default_campaignd_port = 15004;
const unsigned short default_campaignd_port = 15005;
static bool two_dots(char a, char b)
{