Fix Knock Off Crash

This commit is contained in:
JappaWakka 2024-02-28 21:04:02 +01:00
parent 2551f0d5c7
commit 32be5bbb67

View File

@ -118,10 +118,10 @@
End If End If
Dim ItemID As String Dim ItemID As String
If p.Item.IsGameModeItem = True Then If op.Item.IsGameModeItem = True Then
ItemID = p.Item.gmID ItemID = op.Item.gmID
Else Else
ItemID = p.Item.ID.ToString ItemID = op.Item.ID.ToString
End If End If
op.OriginalItem = Item.GetItemByID(ItemID) op.OriginalItem = Item.GetItemByID(ItemID)
op.OriginalItem.AdditionalData = op.Item.AdditionalData op.OriginalItem.AdditionalData = op.Item.AdditionalData