mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Don't use Mods enum for handling incompatible mods.
This commit is contained in:
@ -81,7 +81,7 @@ namespace osu.Game.Modes.Osu
|
||||
{
|
||||
Mods = new Mod[]
|
||||
{
|
||||
new ModAutoplay(),
|
||||
new OsuModeAutoplay(),
|
||||
new ModCinema(),
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user