campaignd: Assign port 15016 to Wesnoth 1.16

This commit is contained in:
Iris Morelle 2021-06-18 16:09:53 -04:00
parent d39e6b3f42
commit 4511512c50
No known key found for this signature in database
GPG key ID: E312033F4023A753
2 changed files with 2 additions and 1 deletions

View file

@ -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"),

View file

@ -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
{