From 8b3f5f2d3d3f6fffccc05b2718f9c5d845aeaa53 Mon Sep 17 00:00:00 2001 From: Lewis Brindley Date: Tue, 12 Dec 2017 00:25:41 +0000 Subject: [PATCH] oooops --- src/VGCore/listener/CustomEnchantmentListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VGCore/listener/CustomEnchantmentListener.php b/src/VGCore/listener/CustomEnchantmentListener.php index ba9af79..64eae9e 100644 --- a/src/VGCore/listener/CustomEnchantmentListener.php +++ b/src/VGCore/listener/CustomEnchantmentListener.php @@ -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) {