Bug Fix
스크린샷 폴더 지정 위치 버그 수정
This commit is contained in:
@@ -22,7 +22,6 @@ namespace Mitria_Minecraft_Launcher.Updater
|
||||
CommonLibrary.Log.INFO("Launcher Version : " + thisVersion);
|
||||
CommonLibrary.Log.INFO("Remote Launcher Version : " + remoteVersion);
|
||||
int result = remoteVersion.CompareTo(thisVersion);
|
||||
|
||||
if (result <= 0)
|
||||
{
|
||||
CommonLibrary.Log.INFO("Version Same");
|
||||
|
Reference in New Issue
Block a user