mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Added sealing command
This commit is contained in:
@@ -121,7 +121,7 @@ public class P extends JavaPlugin {
|
||||
if (use1_9) {
|
||||
p.getServer().getPluginManager().registerEvents(new CauldronListener(), p);
|
||||
}
|
||||
if (BConfig.hasChestShop) {
|
||||
if (BConfig.hasChestShop && use1_13) {
|
||||
p.getServer().getPluginManager().registerEvents(new ChestShopListener(), p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user