Fix error

This commit is contained in:
키에르
2019-11-09 00:41:31 +09:00
committed by GitHub
parent 7871b5bdaa
commit 0c430527b8

View File

@@ -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));
}
}