mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fix ContentPack menu button crash
This commit is contained in:
parent
537fcd93af
commit
35355174cc
@ -674,7 +674,7 @@ Public Class NewMainMenuScreen
|
||||
UpdateScreenOffset()
|
||||
UpdateOptionsOffset()
|
||||
|
||||
If _MainProfiles(_selectedProfile).GameMode <> "Kolben" AndAlso (_menuIndex = 0 OrElse _menuIndex = 1) Then
|
||||
If (_menuIndex = 0 OrElse _menuIndex = 1) AndAlso _MainProfiles(_selectedProfile).GameMode <> "Kolben" Then
|
||||
If GameModeSplash Is Nothing Then
|
||||
Try
|
||||
Dim fileName As String = GameController.GamePath & "\GameModes\" & _MainProfiles(_selectedProfile).GameMode & "\MainMenu.png"
|
||||
|
Loading…
x
Reference in New Issue
Block a user