Updated worldDest to use FTB_DIR in order to deal with nested FTB modpacks (#571)

Co-authored-by: Tane Barriball <tanebarriball@gmail.com>
This commit is contained in:
Kamaroth92 2020-07-02 09:48:41 +10:00 committed by GitHub
parent 260cc7d180
commit 9c6047e3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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