mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-11-25 03:25:14 +01:00
Init gui manager.
This commit is contained in:
parent
43a7e0f15b
commit
864b209c70
@ -86,6 +86,9 @@ public class EpicVouchers extends SongodaPlugin {
|
||||
this.voucherExecutor = new VoucherExecutor(this);
|
||||
|
||||
PluginManager manager = Bukkit.getServer().getPluginManager();
|
||||
|
||||
// Listeners
|
||||
guiManager.init();
|
||||
manager.registerEvents(new PlayerInteractListener(this), this);
|
||||
manager.registerEvents(new PlayerCommandListener(), this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user