[Athentication Server] Changed default port address for the authentication server

[Athentication Server] Changed default port address for the authentication server

diff --git a/src/docs/Changelog b/src/docs/Changelog
index 122eb6a..1d5920d 100644
--- a/src/docs/Changelog
+++ b/src/docs/Changelog
@@ -7,6 +7,7 @@
 	* [SoundSystem] Don't play sound while minimized
 	* [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
 
 2021-04-10 Dusan Jocic <dusanjocic@msn>
 	* [Libraries] Cleaning
diff --git a/src/tools/authserver/system.hpp b/src/tools/authserver/system.hpp
index d485f8a..16b4619 100644
--- a/src/tools/authserver/system.hpp
+++ b/src/tools/authserver/system.hpp
@@ -44,7 +44,7 @@
 #define MAX_LISTEN_SOCKETS 48
 
 // Default auth port
-#define DEFAULT_MASTER_PORT 27952
+#define DEFAULT_MASTER_PORT 12952
 
 // Network errors code
 #ifdef WIN32

GitHub
sha: 543881aa