Browse Source

Actually fixed Applicaiton.version thing

pull/59/head
Anairkoen Schno 3 years ago
parent
commit
64074346ee
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Utilities/UnityGame.cs

+ 1
- 1
IPA.Loader/Utilities/UnityGame.cs View File

@ -21,7 +21,7 @@ namespace IPA.Utilities
/// Provides the current game version.
/// </summary>
/// <value>the SemVer version of the game</value>
public static AlmostVersion GameVersion => _gameVersion ?? (_gameVersion = new AlmostVersion(ApplicationVersionProxy));
public static AlmostVersion GameVersion => _gameVersion;// ?? (_gameVersion = new AlmostVersion(ApplicationVersionProxy));
internal static void SetEarlyGameVersion(AlmostVersion ver)
{


Loading…
Cancel
Save