update add-on server port for 1.18

This commit is contained in:
pentarctagon 2024-02-19 17:19:53 -06:00
parent 731e59f986
commit 388fc2d930

View file

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