mirror of
https://github.com/osukey/osukey.git
synced 2025-06-04 04:17:21 +09: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…
x
Reference in New Issue
Block a user