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:
parent
eabfa11614
commit
acc50e3473
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user