Skip to content

Commit 8b3f5f2

Browse files
committed
oooops
1 parent 7984a92 commit 8b3f5f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/VGCore/listener/CustomEnchantmentListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class CustomEnchantmentListener implements Listener {
5858

5959
public function __construct(SystemOS $plugin) {
6060
$this->plugin = $plugin;
61-
$this->handler = new Handler
61+
$this->handler = new Handler($this->plugin);
6262
}
6363

6464
public function onBB(BlockBreakEvent $event) {

0 commit comments

Comments
 (0)