mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08:00
Fix tests failing when not logged in
This commit is contained in:
parent
1c85fcbc81
commit
39e03ae705
@ -27,6 +27,8 @@ namespace osu.Game.Overlays.Changelog
|
||||
{
|
||||
DateTime currentDate = DateTime.MinValue;
|
||||
|
||||
if (entries == null) return;
|
||||
|
||||
foreach (APIChangelogBuild build in entries)
|
||||
{
|
||||
if (build.CreatedAt.Date != currentDate)
|
||||
|
Loading…
Reference in New Issue
Block a user