mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 22:35:47 +02:00
Item Descriptions can be localized (no tokens yet)
This commit is contained in:
parent
a86e478342
commit
c0c4146607
@ -468,7 +468,7 @@ Public Class NewInventoryScreen
|
||||
|
||||
Dim itemTitle As String = cItem.Name
|
||||
Dim itemSubTitle As String = cItem.ItemType.ToString()
|
||||
Dim itemDescription As String = cItem.Description
|
||||
Dim itemDescription As String = cItem.GetDescription
|
||||
|
||||
Select Case cItem.ItemType
|
||||
Case Items.ItemTypes.Machines
|
||||
|
Loading…
x
Reference in New Issue
Block a user