1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Remove old config options, set defaults to our public server

This commit is contained in:
Ivan Savenko
2024-03-27 21:34:59 +02:00
parent 39da7b3e32
commit 2c7025f7f8
2 changed files with 4 additions and 28 deletions

View File

@@ -16,7 +16,7 @@
#include "../lib/filesystem/Filesystem.h"
#include "../lib/VCMIDirs.h"
static const int LISTENING_PORT = 30303;
static const int LISTENING_PORT = 3031;
int main(int argc, const char * argv[])
{