mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
Fix TradeScreen crash with limited stock
This commit is contained in:
parent
e9a234d30c
commit
1f23b95827
@ -697,6 +697,7 @@ Public Class TradeScreen
|
|||||||
|
|
||||||
If Me.BuyItemsList.Count = 0 Then
|
If Me.BuyItemsList.Count = 0 Then
|
||||||
Me.MenuState = MenuStates.BuyItemsCategory
|
Me.MenuState = MenuStates.BuyItemsCategory
|
||||||
|
Me.Cursor -= 1
|
||||||
Me.LoadBuyCategoriesItems()
|
Me.LoadBuyCategoriesItems()
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user