Skip to content

Commit

Permalink
fix for auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
SturdyStubs committed Aug 17, 2024
1 parent b26968b commit 965be3b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions games/carbon/sections/auto_update_validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ if [[ "${DOWNLOAD_METHOD}" == "SteamCMD" ]]; then
SteamCMD_No_Validation
fi
fi
else
# Else don't update or validate server
Warn "Not updating server, auto update set to false."
fi

if [[ "${DOWNLOAD_METHOD}" == "Depot Downloader" ]]; then
Expand All @@ -150,7 +147,4 @@ if [[ "${DOWNLOAD_METHOD}" == "Depot Downloader" ]]; then
DepotDownloader_No_Validation
fi
fi
else
# Else don't update or validate server
Warn "Not updating server, auto update set to false."
fi

0 comments on commit 965be3b

Please sign in to comment.