Added JVM property to skip Spigot update check

For #417
This commit is contained in:
Geoff Bourne 2020-04-18 18:42:55 -05:00
parent 1cf478f5b3
commit e6a3ca0a1f

View File

@ -57,6 +57,9 @@ ERROR: failed to download from $downloadUrl
EOF
exit 3
fi
JVM_OPTS="${JVM_OPTS} -DIReallyKnowWhatIAmDoingISwear"
export JVM_OPTS
}