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) {