Placing Signs

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-28 19:01:41 +01:00
parent df46e241d3
commit 8a5708f47a
5 changed files with 45 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ class LevelAPI{
if($tiles === true){
if(($t = $this->server->api->tileentity->get($x, $y, $z)) !== false){
$t[0]->close();
}
}
}
}
return true;