mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-19 01:44:06 +00:00
Fixed typo
This commit is contained in:
parent
ccc5e1b628
commit
169d122774
@ -55,7 +55,7 @@ class SignPostBlock extends TransparentBlock{
|
||||
|
||||
public function onUpdate($type){
|
||||
if($type === BLOCK_UPDATE_NORMAL){
|
||||
if($this->getSide(0)->isSolid === false)){ //Replace wit common break method
|
||||
if($this->getSide(0)->isSolid === false){ //Replace wit common break method
|
||||
ServerAPI::request()->api->entity->drop($this, BlockAPI::getItem(SIGN, 0, 1));
|
||||
$this->level->setBlock($this, new AirBlock(), false);
|
||||
return BLOCK_UPDATE_NORMAL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user