mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Property should accept the nullable state.
This commit is contained in:
@ -48,7 +48,7 @@ namespace osu.Game.Online.API
|
||||
|
||||
public Mod ToMod(Ruleset ruleset)
|
||||
{
|
||||
Mod resultMod = ruleset.CreateModFromAcronym(Acronym);
|
||||
Mod? resultMod = ruleset.CreateModFromAcronym(Acronym);
|
||||
|
||||
if (resultMod == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user