mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fix bracket error
This commit is contained in:
parent
ecb644b974
commit
61b92076c9
@ -179,7 +179,7 @@ Public Class Trainer
|
||||
If value <> "" Then
|
||||
Dim itemData() As String = ScriptCommander.Parse(value).ToString().Split(CChar(","))
|
||||
For Each ItemID As String In itemData
|
||||
Items.Add(Item.GetItemByID(ItemID).ToString))
|
||||
Items.Add(Item.GetItemByID(ItemID.ToString))
|
||||
Next
|
||||
End If
|
||||
Case "gender"
|
||||
|
Loading…
x
Reference in New Issue
Block a user