Skip to content

Commit

Permalink
Goddamn copy+paste errors
Browse files Browse the repository at this point in the history
Maybe THIS will fix issue #6
  • Loading branch information
kabili207 committed Sep 14, 2023
1 parent 7e5d6e7 commit 6e41f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZoraGenWpf/ViewSecretsWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void SetSecrets()

if (_info.IsLinkedGame)
{
Game game = _info.Game == Game.Ages ? Game.Seasons : Game.Seasons;
Game game = _info.Game == Game.Ages ? Game.Seasons : Game.Ages;
GameRegion region = _info.Region;
short gameId = _info.GameID;

Expand Down

0 comments on commit 6e41f55

Please sign in to comment.