1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Merge pull request #25770 from peppy/show-back-button-spectator

Show back button when spectating
This commit is contained in:
Bartłomiej Dach 2023-12-15 09:08:24 +01:00 committed by GitHub
commit b3c6e80f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@ namespace osu.Game.Screens.Play
private readonly Score score;
public override bool AllowBackButton => true;
protected override bool CheckModsAllowFailure()
{
if (!allowFail)