diff --git a/.gitignore b/.gitignore index 611d033..7202c54 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ res/ target/ config res -custom_init.sh \ No newline at end of file +custom_init.sh +new_lib/ \ No newline at end of file diff --git a/common.sh b/common.sh index ad8d1b0..7b0616c 100644 --- a/common.sh +++ b/common.sh @@ -1,4 +1,5 @@ GAME_ID=1009 +DEBUG_PORT=10201 LOG4J2_FILE="config/log4j2.xml" JAR_NAME="lib/web-gate-1.0.jar" if [ ! -f "bin/is_test_env" ]; then