Skip to content

Commit

Permalink
Yet another Forge template update
Browse files Browse the repository at this point in the history
  • Loading branch information
ME1312 committed Jun 26, 2021
1 parent 81d2d8b commit 9c54dfd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SubServers.Creator/Forge/build.sh
Expand Up @@ -45,11 +45,6 @@ if [[ $__RETURN -eq 0 ]]; then
rm -Rf "forge-installer-installer.jar"
echo Installing Minecraft Forge...
"$java" -jar "forge-$mcf_version-installer.jar" --installServer; __RETURN=$?
if [[ $__RETURN -ne 0 ]]; then
echo ""
echo Retrying...
"$java" -jar "forge-$mcf_version-installer.jar" --installServer --offline; __RETURN=$?
fi
if [[ $__RETURN -eq 0 ]]; then
echo Cleaning Up...
if [[ ! -d "mods" ]]; then
Expand Down

0 comments on commit 9c54dfd

Please sign in to comment.