mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:13:21 +08:00
Change failure text
Although this is not visible anywhere.
This commit is contained in:
parent
8c9390dc75
commit
0f00ee8640
@ -46,7 +46,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
if (Mods.Value.Any(m => m is ModAutoplay))
|
||||
{
|
||||
handleTokenFailure(new InvalidOperationException("Replay loaded."));
|
||||
handleTokenFailure(new InvalidOperationException("Autoplay loaded."));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user