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 dispVersion As String = GameMode.Version
|
||||
Dim dispAuthor As String = GameMode.Author
|
||||
Dim dispContentPath As String = GameMode.ContentPath
|
||||
|
||||
tempGameModesDisplay = Localization.GetString("gamemode_menu_name") & ": " & dispName & Environment.NewLine &
|
||||
Localization.GetString("gamemode_menu_version") & ": " & dispVersion & Environment.NewLine &
|
||||
Localization.GetString("gamemode_menu_author") & ": " & dispAuthor & Environment.NewLine &
|
||||
Localization.GetString("gamemode_menu_contentpath") & ": " & dispContentPath & Environment.NewLine &
|
||||
Localization.GetString("gamemode_menu_description") & ": " & dispDescription
|
||||
End If
|
||||
|
||||
|
|
Loading…
Reference in New Issue