From 6cc5510c5d3468334b158b8c4e16343207db6d33 Mon Sep 17 00:00:00 2001 From: Nikolay Kuznetsov Date: Wed, 26 May 2021 00:59:35 +0200 Subject: [PATCH] Fix update check --- VRCMelonAssistant/App.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/VRCMelonAssistant/App.xaml.cs b/VRCMelonAssistant/App.xaml.cs index 928aeca..054b435 100644 --- a/VRCMelonAssistant/App.xaml.cs +++ b/VRCMelonAssistant/App.xaml.cs @@ -35,7 +35,6 @@ namespace VRCMelonAssistant VRCMelonAssistant.Properties.Settings.Default.Save(); } - Version = Version.Substring(0, Version.Length - 2); Pages.Options options = Pages.Options.Instance; options.InstallDirectory = VRChatInstallDirectory = Utils.GetInstallDir();