This commit is contained in:
InusualZ 2013-11-25 19:31:40 -05:00
parent 509e67bfb7
commit 75e4174a2b

View File

@ -842,12 +842,7 @@ class Player{
AchievementAPI::grantAchievement($this, "diamond");
break;
case CAKE:
if($this->hasSpace(AIR, 0, 0) == true){
$this->addItem(BUCKET, 0, 3, false);
}
else{
$this->server->api->entity->drop(new Position($this->entity->x - 0.5, $this->entity->y, $this->entity->z - 0.5, $this->level), BlockAPI::getItem(BUCKET, 0, 3));
}
$this->addItem(BUCKET, 0, 3, false);
break;
}