mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-11 04:17:48 +00:00
Removed unnecessary return from Sign
This commit is contained in:
parent
769a50faa5
commit
45b003ac2e
@ -129,7 +129,6 @@ class Sign extends Spawnable{
|
|||||||
|
|
||||||
public function addAdditionalSpawnData(CompoundTag $nbt){
|
public function addAdditionalSpawnData(CompoundTag $nbt){
|
||||||
$nbt->Text = new StringTag("Text", implode("\n", $this->text));
|
$nbt->Text = new StringTag("Text", implode("\n", $this->text));
|
||||||
return $nbt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function updateCompoundTag(CompoundTag $nbt, Player $player) : bool{
|
public function updateCompoundTag(CompoundTag $nbt, Player $player) : bool{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user