From 7705c45295772a08845a0e50c4b37deaa85cd509 Mon Sep 17 00:00:00 2001 From: songhao Date: Sat, 29 Feb 2020 15:45:33 +0800 Subject: [PATCH] 1 --- .gitignore | 4 +++- common.sh | 1 + third_party/tools | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b98ad24..7acf341 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ config/ res/ target/ bin/ -logs/ \ No newline at end of file +logs/ +config +custom_init.sh \ No newline at end of file diff --git a/common.sh b/common.sh index aa943c6..1fba3c8 100644 --- a/common.sh +++ b/common.sh @@ -1,4 +1,5 @@ GAME_ID=1009 +DEBUG_PORT=10209 LOG4J2_FILE="conf/log4j2.xml" JAR_NAME="lib/global-server-1.0.jar" if [ ! -f "bin/is_test_env" ]; then diff --git a/third_party/tools b/third_party/tools index 7a56029..20a9680 160000 --- a/third_party/tools +++ b/third_party/tools @@ -1 +1 @@ -Subproject commit 7a560291e310bb85a4aa72d33017219cc5e7356c +Subproject commit 20a9680f4a4322148e9d21d3a17ec8b91cc4d5e4