We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7984a92 commit 8b3f5f2Copy full SHA for 8b3f5f2
1 file changed
src/VGCore/listener/CustomEnchantmentListener.php
@@ -58,7 +58,7 @@ class CustomEnchantmentListener implements Listener {
58
59
public function __construct(SystemOS $plugin) {
60
$this->plugin = $plugin;
61
- $this->handler = new Handler
+ $this->handler = new Handler($this->plugin);
62
}
63
64
public function onBB(BlockBreakEvent $event) {
0 commit comments