누락된거 업데이트
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -203,9 +203,7 @@ namespace Mitria_Minecraft_Launcher.Updater
|
||||
}
|
||||
Log.INFO("[Package] Partial Clean GameDirectory End");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// 용도가 뭐지/???
|
||||
if (Settings.UserClientVersion.PackageDirectorys != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user