diff --git a/Source/inv.cpp b/Source/inv.cpp index 667aa084e..14b32ab1b 100644 --- a/Source/inv.cpp +++ b/Source/inv.cpp @@ -492,7 +492,7 @@ void CheckInvPaste(int pnum, Point cursorPosition) } }; inv_body_loc slot = iLocToInvLoc(il); - NetSendCmdChItem(false, il); + NetSendCmdChItem(false, slot); if (player.InvBody[slot].isEmpty()) player.InvBody[slot] = player.HoldItem; else