mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Update DebugDisplay.vb
This commit is contained in:
parent
8e66bea9ff
commit
3c1d9bbc58
@ -53,7 +53,7 @@ Public Class DebugDisplay
|
||||
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(" ", "_")
|
||||
s &= Environment.NewLine & "Level.MapName File Name: " & Screen.Level.MapName.ToLower.Replace(" ", "_").Replace(".", "")
|
||||
End If
|
||||
End If
|
||||
s &= Environment.NewLine & "DiscordRPCEnabled: " & Core.GameOptions.DiscordRPCEnabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user