From 1a91cc8e24a0ceaa562092a00449ce5086203b73 Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Thu, 17 Oct 2019 00:35:49 +0200 Subject: [PATCH] - removed option which was only for myself --- gmod/initConfig.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gmod/initConfig.sh b/gmod/initConfig.sh index cd5afef..22841d7 100644 --- a/gmod/initConfig.sh +++ b/gmod/initConfig.sh @@ -53,13 +53,4 @@ if [ -n "${SERVER_RCON_PASSWORD}" ]; then fi if [ -n "${SERVER_VOICE_ENABLE}" ]; then configReplace "sv_voiceenable" "$SERVER_VOICE_ENABLE" -fi - - - -#this is a simple option for myself, but you can use it too -if [ "$USE_MY_REPLACER_CONFIG" = "true" ] && [ ! -e "${SERVER_PATH}/garrysmod/data/jusito_ttt_entity_replace" ]; then - mkdir -p "${SERVER_PATH}/garrysmod/data/jusito_ttt_entity_replace" - wget -O "${SERVER_PATH}/garrysmod/data/jusito_ttt_entity_replace/config.txt" "https://raw.githubusercontent.com/jusito/ttt_entity_replace/master/config.txt.example_fas2" -fi - +fi \ No newline at end of file