From 9c6047e3fcda7f4d7d6780e6d0e1298a0223d477 Mon Sep 17 00:00:00 2001 From: Kamaroth92 Date: Thu, 2 Jul 2020 09:48:41 +1000 Subject: [PATCH] Updated worldDest to use FTB_DIR in order to deal with nested FTB modpacks (#571) Co-authored-by: Tane Barriball --- start-finalSetup01World | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-finalSetup01World b/start-finalSetup01World index 31a6e156..1cb3bfff 100644 --- a/start-finalSetup01World +++ b/start-finalSetup01World @@ -5,7 +5,7 @@ set -e isDebugging && set -x if [ $TYPE = "FEED-THE-BEAST" ]; then - worldDest=$FTB_BASE_DIR/$LEVEL + worldDest=$FTB_DIR/$LEVEL else worldDest=/data/$LEVEL fi