mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Removed contentpath from GameMode selection
This commit is contained in:
parent
3cd4b43c4b
commit
d3c7c07a18
@ -1564,12 +1564,10 @@ Public Class GameModeSelectionScreen
|
|||||||
Dim dispDescription As String = GameMode.Description
|
Dim dispDescription As String = GameMode.Description
|
||||||
Dim dispVersion As String = GameMode.Version
|
Dim dispVersion As String = GameMode.Version
|
||||||
Dim dispAuthor As String = GameMode.Author
|
Dim dispAuthor As String = GameMode.Author
|
||||||
Dim dispContentPath As String = GameMode.ContentPath
|
|
||||||
|
|
||||||
tempGameModesDisplay = Localization.GetString("gamemode_menu_name") & ": " & dispName & Environment.NewLine &
|
tempGameModesDisplay = Localization.GetString("gamemode_menu_name") & ": " & dispName & Environment.NewLine &
|
||||||
Localization.GetString("gamemode_menu_version") & ": " & dispVersion & Environment.NewLine &
|
Localization.GetString("gamemode_menu_version") & ": " & dispVersion & Environment.NewLine &
|
||||||
Localization.GetString("gamemode_menu_author") & ": " & dispAuthor & Environment.NewLine &
|
Localization.GetString("gamemode_menu_author") & ": " & dispAuthor & Environment.NewLine &
|
||||||
Localization.GetString("gamemode_menu_contentpath") & ": " & dispContentPath & Environment.NewLine &
|
|
||||||
Localization.GetString("gamemode_menu_description") & ": " & dispDescription
|
Localization.GetString("gamemode_menu_description") & ": " & dispDescription
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user