1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 11:52:56 +08:00

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
commit 8b7e715c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(() =>
{