From 088f876fe8a195ef9dc018833e0cce64591f6c3d Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Tue, 1 Aug 2023 18:21:11 -0700 Subject: [PATCH] Removed unimportant error message. --- linux-game-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 3c5a4f9..65ee71d 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -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/"