Fix error
This commit is contained in:
@@ -101,7 +101,7 @@ public class BlockInventoryFragment extends Fragment{
|
||||
holding = false;
|
||||
holdTime = 0f;
|
||||
|
||||
Events.fire(new WithdrawEvent(tile, player, item, amount));
|
||||
Events.fire(new WithdrawEvent(tile, player, lastItem, amount));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user