Fixed signs

This commit is contained in:
Dylan K. Taylor
2017-08-07 19:24:07 +01:00
parent 7958fffa07
commit 2ba601b6e9
2 changed files with 46 additions and 35 deletions

View File

@ -46,7 +46,7 @@ class SignChangeEvent extends BlockEvent implements Cancellable{
public function __construct(Block $theBlock, Player $thePlayer, array $theLines){
parent::__construct($theBlock);
$this->player = $thePlayer;
$this->lines = $theLines;
$this->setLines($theLines);
}
/**