Browse Source

proper fix

pull/2925/head
qndel 5 years ago committed by Anders Jenbo
parent
commit
70dc796287
  1. 2
      Source/inv.cpp

2
Source/inv.cpp

@ -492,7 +492,7 @@ void CheckInvPaste(int pnum, Point cursorPosition)
} }
}; };
inv_body_loc slot = iLocToInvLoc(il); inv_body_loc slot = iLocToInvLoc(il);
NetSendCmdChItem(false, il); NetSendCmdChItem(false, slot);
if (player.InvBody[slot].isEmpty()) if (player.InvBody[slot].isEmpty())
player.InvBody[slot] = player.HoldItem; player.InvBody[slot] = player.HoldItem;
else else

Loading…
Cancel
Save