Skip to content

Commit

Permalink
oooops
Browse files Browse the repository at this point in the history
  • Loading branch information
YaBoiLewis committed Dec 12, 2017
1 parent 7984a92 commit 8b3f5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VGCore/listener/CustomEnchantmentListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CustomEnchantmentListener implements Listener {

public function __construct(SystemOS $plugin) {
$this->plugin = $plugin;
$this->handler = new Handler
$this->handler = new Handler($this->plugin);
}

public function onBB(BlockBreakEvent $event) {
Expand Down

0 comments on commit 8b3f5f2

Please sign in to comment.