mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 21:24:12 +00:00
campaignd: Set the correct port for 1.17.x
This commit is contained in:
parent
baf6f5d30a
commit
6582f38948
@ -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
|
||||
* Delfador’s Memoirs
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user