mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Use System mod type for NoMod
This commit is contained in:
@ -165,7 +165,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
|
||||
public override IconUsage Icon => FontAwesome.Solid.Ban;
|
||||
|
||||
public override ModType Type => ModType.Custom;
|
||||
public override ModType Type => ModType.System;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user