Init gui manager.

This commit is contained in:
Brianna 2019-10-09 12:08:24 -04:00
parent 43a7e0f15b
commit 864b209c70
1 changed files with 3 additions and 0 deletions

View File

@ -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);