From 6dffc82a4d6e23f72add664fdab92aa487e73a8b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 29 Feb 2020 16:19:56 +0800 Subject: [PATCH] 1 --- .gitignore | 5 ++++- common.sh | 1 + third_party/tools | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b98ad24..27d8842 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ config/ res/ target/ bin/ -logs/ \ No newline at end of file +logs/ +config +new_lib/ +custom_init.sh \ No newline at end of file diff --git a/common.sh b/common.sh index ec04e3d..153db96 100644 --- a/common.sh +++ b/common.sh @@ -1,4 +1,5 @@ GAME_ID=1009 +DEBUG_PORT=10204 LOG4J2_FILE="conf/log4j2.xml" JAR_NAME="lib/game-standalone-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