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