campaignd: Assign port 15016 to Wesnoth 1.16
This commit is contained in:
parent
d39e6b3f42
commit
4511512c50
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ dumpi = 0
|
|||
class CampaignClient:
|
||||
# First port listed will be used as default.
|
||||
portmap = (
|
||||
("15016", "1.16.x"),
|
||||
("15015", "1.15.x"),
|
||||
("15014", "1.14.x"),
|
||||
("15008", "1.13.x"),
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <array>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
const unsigned short default_campaignd_port = 15015;
|
||||
const unsigned short default_campaignd_port = 15016;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue