mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Removed Update() override from DiscordRichPresenceClient because client.Invoke() is unecessary (events callbacks are automatically called)
This commit is contained in:
@ -100,13 +100,5 @@ namespace osu.Desktop
|
||||
LargeImageText = user.Value.Username
|
||||
}
|
||||
};
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
if (client.IsInitialized)
|
||||
client?.Invoke();
|
||||
|
||||
base.Update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user