mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-23 18:08:30 +02:00
Update DebugDisplay.vb
This commit is contained in:
parent
6c8cfe55cb
commit
56e5dc5438
@ -52,8 +52,8 @@ Public Class DebugDisplay
|
||||
If Core.GameOptions.DiscordRPCEnabled = True Then
|
||||
If Screen.Camera IsNot Nothing Then
|
||||
If Screen.Camera.Name = "Overworld" Then
|
||||
s &= Environment.NewLine & "Level.MapName: " & Screen.Level.MapName
|
||||
s &= Environment.NewLine & "Level.MapName File Name: " & Screen.Level.MapName.ToLower.Replace(" ", "_").Replace(".", "")
|
||||
s &= Environment.NewLine & "Level.MapName: " & DiscordPresence.GetCurrentMapLevel
|
||||
s &= Environment.NewLine & "Level.MapName File Name: " & DiscordPresence.GetCurrentMapLevelFileName
|
||||
End If
|
||||
End If
|
||||
s &= Environment.NewLine & "DiscordRPCEnabled: " & Core.GameOptions.DiscordRPCEnabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user