mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 08:45:02 +02:00
Allow linebreaks in GameMode description
This commit is contained in:
parent
0860f3b63c
commit
30d3929154
@ -1654,7 +1654,7 @@ Public Class GameModeSelectionScreen
|
||||
If dispName = "Kolben" Then
|
||||
dispName = "Pokemon 3D"
|
||||
End If
|
||||
Dim dispDescription As String = GameMode.Description
|
||||
Dim dispDescription As String = GameMode.Description.Replace("~", Environment.NewLine).Replace("*", Environment.NewLine)
|
||||
Dim dispVersion As String = GameMode.Version
|
||||
Dim dispAuthor As String = GameMode.Author
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user