Remove "Playing" from rich presence text (#2921)

This commit is contained in:
pizzaboxer 2024-09-21 20:15:29 +01:00
parent f8d3c9618e
commit 1f48fa0584
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -244,7 +244,7 @@ namespace Bloxstrap.Integrations
_currentPresence = new DiscordRPC.RichPresence _currentPresence = new DiscordRPC.RichPresence
{ {
Details = $"Playing {universeName}", Details = universeName,
State = status, State = status,
Timestamps = new Timestamps { Start = timeStarted.ToUniversalTime() }, Timestamps = new Timestamps { Start = timeStarted.ToUniversalTime() },
Buttons = GetButtons(), Buttons = GetButtons(),