Skip to content

Commit

Permalink
Make Qodana happy
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Oct 1, 2024
1 parent 054895a commit 0fcae76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public async void StartSession(Process proc, DateTime? begin = null)
PlaytimeUpdated?.Invoke(this, _playtime);

#if DEBUG
LogWriteLine($"{_gameVersionManager.GamePreset.ProfileName} - Started session at {begin?.ToLongTimeString()}.");
LogWriteLine($"{_gameVersionManager.GamePreset.ProfileName} - Started session at {begin.Value.ToLongTimeString()}.");
#endif
int elapsedSeconds = 0;

Expand Down

0 comments on commit 0fcae76

Please sign in to comment.