- Recovery
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Mitria_Minecraft_Launcher.Updater
|
||||
return LauncherUpdateStatus.Fail;
|
||||
}
|
||||
|
||||
LauncherPatchInformation launcherPatchInformation = CommonLibrary.XMLSystem.LoadFromData<LauncherPatchInformation>(verionData);
|
||||
LauncherPatchInformation launcherPatchInformation = CommonLibrary.XmlSystem.LoadFromData<LauncherPatchInformation>(verionData);
|
||||
Version thisVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||
Version remoteVersion = Version.Parse(launcherPatchInformation.Version);
|
||||
CommonLibrary.Log.INFO("Launcher Version : " + thisVersion);
|
||||
|
Reference in New Issue
Block a user