Removed unimportant error message.

This commit is contained in:
Michael Taboada 2023-08-01 18:21:11 -07:00
parent 03461ff4d5
commit 088f876fe8

View File

@ -740,7 +740,7 @@ case "${game}" in
installString="$installString +workshop_download_item $appId $x"
done
steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire/" +login anonymous $installString +quit
mkdir "$HOME/.local/games/SlayTheSpire/mods"
mkdir -p "$HOME/.local/games/SlayTheSpire/mods"
for x in "${!mods[@]}" ; do
if [ "$x" == "mod the spire" ] ; then
ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/"