1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 15:04:26 +08:00
This commit is contained in:
OliBomby
2023-01-16 00:17:26 +01:00
Unverified
parent 87ee9ab813
commit 1c0a650575
+1 -1
View File
@@ -101,7 +101,7 @@ namespace osu.Game.Screens.Select
{
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;
}