From 71fcbf7cc99889c847410d02f9fed18656d12a56 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:48:18 -0500 Subject: [PATCH] bandaid again --- pythonlib/games/ToolsTOR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index e035d5f..c18b69a 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -1214,7 +1214,7 @@ class ToolsTOR(ToolsTales): folder_path = self.paths["translated_files"] / "minigame" folder_path.mkdir(exist_ok=True) pak3_path = self.paths["extracted_files"] / "DAT" / "PAK3" / "00023.pak3" - out_path = self.paths["temp_files"] / "DAT" / "SCPK" / "00023" + out_path = self.paths["temp_files"] / "DAT" / "PAK3" / "00023" out_path.mkdir(parents=True, exist_ok=True) minigame_pak = Pak.from_path(pak3_path, 3)