mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +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
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user