Change failure text

Although this is not visible anywhere.
This commit is contained in:
smoogipoo
2021-05-11 11:35:07 +09:00
parent 8c9390dc75
commit 0f00ee8640

View File

@ -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;
}