Fix TradeScreen crash with limited stock

This commit is contained in:
JappaWakka 2024-01-11 09:47:09 +01:00
parent e9a234d30c
commit 1f23b95827
1 changed files with 1 additions and 0 deletions

View File

@ -697,6 +697,7 @@ Public Class TradeScreen
If Me.BuyItemsList.Count = 0 Then
Me.MenuState = MenuStates.BuyItemsCategory
Me.Cursor -= 1
Me.LoadBuyCategoriesItems()
End If
End If