mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Discord does not like special chars
This commit is contained in:
parent
9c7f0424f3
commit
6c8cfe55cb
@ -137,7 +137,7 @@ Public Class Presence
|
||||
If MenuScreens.Contains(CurrentScreen) Then
|
||||
Presence_Details = "In the menus"
|
||||
ElseIf PokedexScreens.Contains(CurrentScreen) Then
|
||||
Presence_Details = "In the Pokédex"
|
||||
Presence_Details = "In the Pokedex"
|
||||
ElseIf BattleScreens.Contains(CurrentScreen) Then
|
||||
Presence_Details = "In a battle"
|
||||
ElseIf InventoryScreens.Contains(CurrentScreen) Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user