From 4f0f099c9107397164578b54e2660d4770e39958 Mon Sep 17 00:00:00 2001 From: Crudelis Date: Thu, 4 Sep 2025 19:50:37 +0900 Subject: [PATCH] =?UTF-8?q?=EB=88=84=EB=9D=BD=EB=90=9C=EA=B1=B0=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mitria_Minecraft_Launcher/Extensions.cs | 4 ++-- Mitria_Minecraft_Launcher/Updater/GameUpdateManager.cs | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Mitria_Minecraft_Launcher/Extensions.cs b/Mitria_Minecraft_Launcher/Extensions.cs index 39ffa77..12da5e4 100644 --- a/Mitria_Minecraft_Launcher/Extensions.cs +++ b/Mitria_Minecraft_Launcher/Extensions.cs @@ -56,7 +56,7 @@ namespace Mitria_Minecraft_Launcher return error; } - static void DeleteFile(string filePath) + public static void DeleteFile(string filePath) { try { @@ -69,7 +69,7 @@ namespace Mitria_Minecraft_Launcher } } - static void DeleteDirectory(string dirPath) + public static void DeleteDirectory(string dirPath) { try { diff --git a/Mitria_Minecraft_Launcher/Updater/GameUpdateManager.cs b/Mitria_Minecraft_Launcher/Updater/GameUpdateManager.cs index c1ddebf..0640698 100644 --- a/Mitria_Minecraft_Launcher/Updater/GameUpdateManager.cs +++ b/Mitria_Minecraft_Launcher/Updater/GameUpdateManager.cs @@ -203,9 +203,7 @@ namespace Mitria_Minecraft_Launcher.Updater } Log.INFO("[Package] Partial Clean GameDirectory End"); } - - - + // 용도가 뭐지/??? if (Settings.UserClientVersion.PackageDirectorys != null) {