Protect the jails against explosions, if it is enabled
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user