Skip to content

Commit

Permalink
Merge pull request #5 from iZeaoGamer/patch-1
Browse files Browse the repository at this point in the history
Fixed droppers
  • Loading branch information
tedo0627 authored Mar 22, 2019
2 parents 9d83dbf + f47d8d4 commit 195367d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RedstoneCircuit/src/redstone/blocks/BlockDropper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use pocketmine\block\Block;
use pocketmine\block\BlockToolType;
use pocketmine\block\Solid;
use pocketmine\item\TieredTool;

use pocketmine\item\Item;

Expand Down Expand Up @@ -129,4 +130,4 @@ public function onRedstoneUpdate() : void {
}

}
}
}

0 comments on commit 195367d

Please sign in to comment.