campaignd: Set the correct port for 1.17.x

This commit is contained in:
Iris Morelle 2022-02-14 23:00:31 -03:00
parent baf6f5d30a
commit 6582f38948
No known key found for this signature in database
GPG key ID: E312033F4023A753
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
## Version 1.17.0+dev
### Add-ons client
* Fixed: using the up or down arrow keys in small-screen mode returned to the title screen (issue #6485)
* Set the right default port number for the 1.17.x add-ons server.
### Add-ons server
### Campaigns
* Delfadors Memoirs

View file

@ -24,7 +24,7 @@
#include <array>
#include <boost/algorithm/string.hpp>
const unsigned short default_campaignd_port = 15016;
const unsigned short default_campaignd_port = 15017;
namespace
{