proper fix
This commit is contained in:
parent
81199b14af
commit
70dc796287
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue