mirror of
https://github.com/ppy/osu
synced 2025-02-21 21:17:13 +00:00
Register chat overlay with API.
This commit is contained in:
parent
18509e6a60
commit
88748499fa
@ -57,6 +57,7 @@ namespace osu.Game.Overlays
|
||||
private void load(APIAccess api)
|
||||
{
|
||||
this.api = api;
|
||||
api.Register(this);
|
||||
|
||||
initializeChannels();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user