mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
Some tile improvements and added ItemFrame tile
This commit is contained in:
@ -55,12 +55,7 @@ class Sign extends Spawnable{
|
||||
$this->namedtag->Text2 = new StringTag("Text2", $line2);
|
||||
$this->namedtag->Text3 = new StringTag("Text3", $line3);
|
||||
$this->namedtag->Text4 = new StringTag("Text4", $line4);
|
||||
$this->spawnToAll();
|
||||
|
||||
if($this->chunk){
|
||||
$this->chunk->setChanged();
|
||||
$this->level->clearChunkCache($this->chunk->getX(), $this->chunk->getZ());
|
||||
}
|
||||
$this->onChanged();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user