Merge 2009scape updates #19

Open
randy wants to merge 204 commits from 2009Scape:master into upstream
Showing only changes of commit 9e690c1877 - Show all commits

View file

@ -61,7 +61,7 @@ class SackBasketOptionHandler : OptionHandler() {
appropriateProduce.amount = (max - specific)
}
if(player.inventory.remove(item) && player.inventory.remove(appropriateProduce))
if(player.inventory.remove(appropriateProduce) && player.inventory.remove(item))
player.inventory.add(Item(container.containers[specific + appropriateProduce.amount]))
}