mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 13:33:03 +08:00
Include mention of old releases in error message
This commit is contained in:
parent
1f84e54151
commit
d1b106a3b5
@ -64,7 +64,7 @@ namespace osu.Game.Screens.Multi.Play
|
||||
{
|
||||
failed = true;
|
||||
|
||||
Logger.Error(e, "Failed to retrieve a score submission token.\n\nThis may happen if you are not running an official release of osu! (ie. you are self-compiling).");
|
||||
Logger.Error(e, "Failed to retrieve a score submission token.\n\nThis may happen if you are running an old or non-official release of osu! (ie. you are self-compiling).");
|
||||
|
||||
Schedule(() =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user