Sign placing improvement

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-28 19:06:39 +01:00
parent 8a5708f47a
commit fe3be181e8
3 changed files with 5 additions and 5 deletions

View File

@@ -87,12 +87,12 @@ class TileEntityAPI{
));
}
public function spawnTo($id, $player){
public function spawnTo($id, $player, $queue = false){
$t = $this->getByID($id);
if($t === false){
return false;
}
$t->spawn($player);
$t->spawn($player, $queue);
}
public function spawnToAll($id){