From 2b5d006bb951d6880a9593c02ddd30ffd2b8ae11 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Mon, 1 Aug 2016 03:20:55 +0000 Subject: [PATCH] no cust service server, for now... --- .../CentralServer/src/shared/ConfigCentralServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/application/CentralServer/src/shared/ConfigCentralServer.cpp b/engine/server/application/CentralServer/src/shared/ConfigCentralServer.cpp index 0a981a11..dd5fd6d6 100755 --- a/engine/server/application/CentralServer/src/shared/ConfigCentralServer.cpp +++ b/engine/server/application/CentralServer/src/shared/ConfigCentralServer.cpp @@ -74,7 +74,7 @@ void ConfigCentralServer::install(void) KEY_INT (chatServicePort, 61232); KEY_INT (connectionServicePort, 0); - KEY_INT (customerServicePort, 61242); + KEY_INT (customerServicePort, 0); KEY_INT (gameServicePort, 44451); KEY_STRING (loginServerAddress, "127.0.0.1"); KEY_INT (loginServerPort, 44452);