Removed unnecessary return from Sign

This commit is contained in:
Dylan K. Taylor 2017-10-16 16:10:33 +01:00
parent 769a50faa5
commit 45b003ac2e

View File

@ -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{