mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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){
|
||||
$nbt->Text = new StringTag("Text", implode("\n", $this->text));
|
||||
return $nbt;
|
||||
}
|
||||
|
||||
public function updateCompoundTag(CompoundTag $nbt, Player $player) : bool{
|
||||
|
Loading…
x
Reference in New Issue
Block a user