From 2b989e4c39ae0b3c4324ea8999c55072faba3c34 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 12 Apr 2021 20:21:53 -0500 Subject: [PATCH] Added Spiget support for Purpur, Tuinity, Airplane #824 --- start-deployAirplane | 3 +-- start-deployPurpur | 3 +-- start-deployTuinity | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/start-deployAirplane b/start-deployAirplane index a5664d64..85b398f8 100644 --- a/start-deployAirplane +++ b/start-deployAirplane @@ -33,5 +33,4 @@ fi export TYPE=SPIGOT export SKIP_LOG4J_CONFIG=true -# Continue to Final Setup -exec ${SCRIPTS:-/}start-finalSetupWorld $@ +exec ${SCRIPTS:-/}start-spiget "$@" diff --git a/start-deployPurpur b/start-deployPurpur index 91a5fbf3..ba30e929 100755 --- a/start-deployPurpur +++ b/start-deployPurpur @@ -34,5 +34,4 @@ fi export TYPE=SPIGOT export SKIP_LOG4J_CONFIG=true -# Continue to Final Setup -exec ${SCRIPTS:-/}start-finalSetupWorld $@ +exec ${SCRIPTS:-/}start-spiget "$@" diff --git a/start-deployTuinity b/start-deployTuinity index d0343402..54221dd8 100644 --- a/start-deployTuinity +++ b/start-deployTuinity @@ -23,5 +23,4 @@ fi # Normalize on Spigot for later operations export TYPE=SPIGOT -# Continue to Final Setup -exec ${SCRIPTS:-/}start-finalSetupWorld $@ +exec ${SCRIPTS:-/}start-spiget "$@"