mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 19:24:12 +00:00
Fixed signs
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user