Merge pull request #9818 from peppy/improve-token-fail-error-messaging

Improve messaging when timeshift token retrieval fails
This commit is contained in:
Dan Balasescu
2020-08-11 11:31:52 +09:00
committed by GitHub

View File

@ -64,7 +64,7 @@ namespace osu.Game.Screens.Multi.Play
{
failed = true;
Logger.Error(e, "Failed to retrieve a score submission token.");
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(() =>
{