Protect the jails against explosions, if it is enabled

This commit is contained in:
graywolf336
2014-01-08 15:27:38 -06:00
parent d734d99e88
commit cf7c9fc4c2
4 changed files with 32 additions and 2 deletions

View File

@ -44,7 +44,7 @@ public class JailMain extends JavaPlugin {
PluginManager plm = this.getServer().getPluginManager();
plm.registerEvents(new BlockListener(this), this);
plm.registerEvents(new EntityListener(), this);
plm.registerEvents(new EntityListener(this), this);
plm.registerEvents(new HandCuffListener(this), this);
plm.registerEvents(new PlayerListener(this), this);