From 64074346ee444b24f459bda6698cf4a52d183e96 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 13 Oct 2020 20:21:53 -0500 Subject: [PATCH] Actually fixed Applicaiton.version thing --- IPA.Loader/Utilities/UnityGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPA.Loader/Utilities/UnityGame.cs b/IPA.Loader/Utilities/UnityGame.cs index 638895f8..1bb01f71 100644 --- a/IPA.Loader/Utilities/UnityGame.cs +++ b/IPA.Loader/Utilities/UnityGame.cs @@ -21,7 +21,7 @@ namespace IPA.Utilities /// Provides the current game version. /// /// the SemVer version of the game - public static AlmostVersion GameVersion => _gameVersion ?? (_gameVersion = new AlmostVersion(ApplicationVersionProxy)); + public static AlmostVersion GameVersion => _gameVersion;// ?? (_gameVersion = new AlmostVersion(ApplicationVersionProxy)); internal static void SetEarlyGameVersion(AlmostVersion ver) {