mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 03:42:56 +08:00
Remove redundant && true
Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
parent
589e187a80
commit
e716919a07
@ -224,7 +224,7 @@ namespace osu.Game
|
||||
/// Whether the game should be limited from providing access to download non-featured-artist beatmaps.
|
||||
/// This only affects the "featured artists" filter in the beatmap listing overlay.
|
||||
/// </summary>
|
||||
public bool LimitedToFeaturedArtists => RuntimeInfo.OS == RuntimeInfo.Platform.iOS && true;
|
||||
public bool LimitedToFeaturedArtists => RuntimeInfo.OS == RuntimeInfo.Platform.iOS;
|
||||
|
||||
public OsuGame(string[] args = null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user