Skip to content

Commit 85f2f9b

Browse files
authored
fix: remove unused property initializer in FrameHeader.Mods (InspectCode warning)
1 parent 9f3fd61 commit 85f2f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osu.Game/Online/Spectator/FrameHeader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class FrameHeader
6666
/// is the automatic activation of Touch Device mod when usage of touch devices is detected.
6767
/// </remarks>
6868
[Key(7)]
69-
public APIMod[] Mods { get; set; } = [];
69+
public APIMod[] Mods { get; set; }
7070

7171
/// <summary>
7272
/// The current total score without mod multipliers active.

0 commit comments

Comments
 (0)