Skip to content

Commit

Permalink
Removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
thesupersonic16 committed Apr 23, 2024
1 parent e61c796 commit dbf23ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DALTools/ScriptDatabaseEditor/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ private void Window_Loaded(object sender, RoutedEventArgs e)
games = Steam.SearchForGames("DATE A LIVE: Rio Reincarnation");
}catch { }

//if (games.Count != 0)
// CurrentGame = new Game(games[0].RootDirectory, GameLanguage.English);
//else
if (games.Count != 0)
CurrentGame = new Game(games[0].RootDirectory, GameLanguage.English);
else
CurrentGame = new Game("", GameLanguage.English);

// Debug
Expand Down

0 comments on commit dbf23ab

Please sign in to comment.