From a0d5b7f7dfa6a57a95bd31ec43d1aec08a6e04e4 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 14 May 2023 17:44:58 +0300 Subject: [PATCH] 1 --- hlna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlna.py b/hlna.py index f1f7363..c72723b 100755 --- a/hlna.py +++ b/hlna.py @@ -478,7 +478,7 @@ def modextract(id_mod, id_game_workshop): except (UnpackException, SignatureUnpackException, CorruptUnpackException) as e: print("[x] Unpacking .z files failed, aborting mod install") return False - + os.system(f"rm -rf {dir_ark_mods}") os.system(f"mv -f {dir_steam_workshop} {dir_ark_mods}") modname = subprocess.check_output(['curl', '-s', 'https://steamcommunity.com/sharedfiles/filedetails/?id={}'.format(id_mod)]).decode('utf-8')