mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-27 13:07:29 +01:00
Clean up EventAbstactionListener.
This commit is contained in:
parent
7da3cc224b
commit
4b80c4e4e6
@ -124,10 +124,6 @@ public EventAbstractionListener(WorldGuardPlugin plugin) {
|
|||||||
super(plugin);
|
super(plugin);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void registerEvents() {
|
|
||||||
getPlugin().getServer().getPluginManager().registerEvents(this, getPlugin());
|
|
||||||
}
|
|
||||||
|
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
// Block break / place
|
// Block break / place
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user