mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
fix(rp): Change Discord RP to 'Playing HITMAN™ WoA' instead of 'Playing HITMAN™ 3' (#451)
This commit is contained in:
parent
b0b92a7c19
commit
7f8dd41a16
@ -57,7 +57,8 @@ export function swapToBrowsingMenusStatus(gameVersion: GameVersion): void {
|
||||
rpcClient?.setActivity({
|
||||
details: `Playing HITMAN™ ${gameVersion
|
||||
.substring(1)
|
||||
.replace("1", "(2016)")}`,
|
||||
.replace("1", "(2016)")
|
||||
.replace("3", "WoA")}`,
|
||||
largeImageKey: gameVersion,
|
||||
largeImageText: "Browsing Menus",
|
||||
smallImageKey: "peacock",
|
||||
|
Loading…
Reference in New Issue
Block a user