1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 21:47:25 +08:00
This commit is contained in:
OliBomby 2023-01-16 00:17:26 +01:00
parent 87ee9ab813
commit 1c0a650575

View File

@ -101,7 +101,7 @@ namespace osu.Game.Screens.Select
{ {
notifications?.Post(new SimpleNotification notifications?.Post(new SimpleNotification
{ {
Text = "The current ruleset doesn't have an autoplay mod avalaible!" Text = "The current ruleset doesn't have an autoplay mod available!"
}); });
return false; return false;
} }