1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 21:23:04 +08:00

fixed wrong parameter for token

This commit is contained in:
Andrey Zavadskiy 2016-12-24 10:16:22 +03:00
parent eabfa11614
commit acc50e3473

View File

@ -68,7 +68,7 @@ namespace osu.Game
Dependencies.Cache(API = new APIAccess
{
Username = Config.Get<string>(OsuConfig.Username),
Token = Config.Get<string>(OsuConfig.Username)
Token = Config.Get<string>(OsuConfig.Token)
});
API.Register(this);