mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fix Knock Off Crash
This commit is contained in:
parent
2551f0d5c7
commit
32be5bbb67
@ -118,10 +118,10 @@
|
||||
End If
|
||||
|
||||
Dim ItemID As String
|
||||
If p.Item.IsGameModeItem = True Then
|
||||
ItemID = p.Item.gmID
|
||||
If op.Item.IsGameModeItem = True Then
|
||||
ItemID = op.Item.gmID
|
||||
Else
|
||||
ItemID = p.Item.ID.ToString
|
||||
ItemID = op.Item.ID.ToString
|
||||
End If
|
||||
op.OriginalItem = Item.GetItemByID(ItemID)
|
||||
op.OriginalItem.AdditionalData = op.Item.AdditionalData
|
||||
|
Loading…
x
Reference in New Issue
Block a user