Fixed gh#332

Crafting with buckets (milk) returns the bucket
This commit is contained in:
InusualZ 2013-11-25 18:53:36 -05:00
parent c798a33363
commit 0d25118eef

View File

@ -842,7 +842,7 @@ class Player{
AchievementAPI::grantAchievement($this, "diamond");
break;
case CAKE:
if($this->hasSpace(AIR, 0, 3) == true){
if($this->hasSpace(AIR, 0, 0) == true){
$this->addItem(BUCKET, 0, 3, false);
}
else{