Skip to content

Commit

Permalink
fix oversight in discord rich presence #242
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Nov 28, 2024
1 parent 5255d2a commit 42a5d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/simple-rpc/simple-rpc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#Enable/Disable the Server List Event
enabled = true
#The first line of text under the app name
description = "%player% is looking for an Enigmatica 9 server"
description = "%player% is looking for an Enigmatica 10 server"
#The second line of text under the app name
state = "Searching for friends"
#The Asset ID/URL of the image to display as the large image
Expand Down Expand Up @@ -181,7 +181,7 @@

[[custom.variables]]
name = "large_image_text"
value = "Enigmatica 9 for Minecraft %mcver%"
value = "Enigmatica 10 for Minecraft %mcver%"

[[custom.variables]]
name = "small_image_text"
Expand Down

0 comments on commit 42a5d43

Please sign in to comment.