mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0
This commit is contained in:
@ -61,6 +61,6 @@ namespace osu.Game.Database
|
||||
|
||||
public override int GetHashCode() => HashCode.Combine(ID);
|
||||
|
||||
public override string ToString() => PerformRead(i => i.ToString());
|
||||
public override string? ToString() => PerformRead(i => i.ToString());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user