mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Change failure text
Although this is not visible anywhere.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user