누락된거 업데이트
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
@@ -204,8 +204,6 @@ 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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user