[Master Server] Changed default port address for the master server
diff --git a/src/docs/Changelog b/src/docs/Changelog
index 1d5920d..3c80141 100644
--- a/src/docs/Changelog
+++ b/src/docs/Changelog
@@ -8,6 +8,7 @@
* [SoundSystem] Don't play sound even if application is unfocused
* [Server Demos] Fixed automatically recording server-side demos
* [Athentication Server] Changed default port address for the authentication server
+ * [Master Server] Changed default port address for the master server
2021-04-10 Dusan Jocic <dusanjocic@msn>
* [Libraries] Cleaning
diff --git a/src/tools/master/system.hpp b/src/tools/master/system.hpp
index 7718ff4..272738d 100644
--- a/src/tools/master/system.hpp
+++ b/src/tools/master/system.hpp
@@ -43,7 +43,7 @@
#define MAX_LISTEN_SOCKETS 8
// Default master port
-#define DEFAULT_MASTER_PORT 27950
+#define DEFAULT_MASTER_PORT 12950
// Network errors code
#ifdef WIN32
GitHub
sha: 3bfc990b