Skip to content

Commit

Permalink
Update to latest SPT bins
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jun 23, 2024
1 parent d8a0480 commit f5873c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public override void Execute(GClass2854 operation, [CanBeNull] Callback callback
#endif

// Do not replicate picking up quest items, throws an error on the other clients
if (operation is MoveOperationClass moveOperation)
if (operation is InventoryItemFromToClass moveOperation)
{
Item lootedItem = moveOperation.Item;
if (lootedItem.Template.QuestItem)
Expand Down
Binary file modified References/hollowed.dll
Binary file not shown.

0 comments on commit f5873c2

Please sign in to comment.