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 Dependencies.Cache(API = new APIAccess
{ {
Username = Config.Get<string>(OsuConfig.Username), Username = Config.Get<string>(OsuConfig.Username),
Token = Config.Get<string>(OsuConfig.Username) Token = Config.Get<string>(OsuConfig.Token)
}); });
API.Register(this); API.Register(this);