Skip to content

Commit

Permalink
Fix crash in latest KKS update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Aug 27, 2021
1 parent 220ad6e commit 3b73709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KKSAPI/KoikatuAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static GameMode GetCurrentGameMode()
/// </summary>
public static Version GetGameVersion()
{
return Game.Version;
return GameSystem.GameVersion;
}

/// <summary>
Expand Down

0 comments on commit 3b73709

Please sign in to comment.