proper fix

This commit is contained in:
qndel 2021-09-22 09:19:16 +02:00 committed by Anders Jenbo
commit 70dc796287

View file

@ -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