누락된거 업데이트

This commit is contained in:
2025-09-04 19:50:37 +09:00
parent 33b64b619a
commit 4f0f099c91
2 changed files with 3 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ namespace Mitria_Minecraft_Launcher
return error; return error;
} }
static void DeleteFile(string filePath) public static void DeleteFile(string filePath)
{ {
try try
{ {
@@ -69,7 +69,7 @@ namespace Mitria_Minecraft_Launcher
} }
} }
static void DeleteDirectory(string dirPath) public static void DeleteDirectory(string dirPath)
{ {
try try
{ {

View File

@@ -203,9 +203,7 @@ namespace Mitria_Minecraft_Launcher.Updater
} }
Log.INFO("[Package] Partial Clean GameDirectory End"); Log.INFO("[Package] Partial Clean GameDirectory End");
} }
// 용도가 뭐지/??? // 용도가 뭐지/???
if (Settings.UserClientVersion.PackageDirectorys != null) if (Settings.UserClientVersion.PackageDirectorys != null)
{ {