switch defaults to the new trunk addon server

This commit is contained in:
Gunter Labes 2009-04-04 19:18:23 +00:00
parent 8f75419f95
commit e4b860c600
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 = (("15003", "1.6.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
portmap = (("15004", "1.7.x"), ("15003", "1.6.x"), ("15005", "1.4.x"))
# Files with these suffixes will not be downloaded
excluded = ("~", "-bak", ".pbl", ".exe", ".com", ".bat", ".scr", ".sh")

View file

@ -34,7 +34,7 @@
#include "formula_string_utils.hpp"
#define DEFAULT_CAMPAIGND_PORT 15003
#define DEFAULT_CAMPAIGND_PORT 15004
#define ERR_CFG LOG_STREAM(err , config)
#define LOG_CFG LOG_STREAM(info, config)