Removed some left over CommandBook listener registration in WorldGuardPlugin.

This commit is contained in:
sk89q 2012-11-17 16:36:04 -08:00
parent 644d6ee512
commit 122c1aa003

View File

@ -189,10 +189,6 @@ public void run() {
(new WorldGuardPaintingListener(this)).registerEvents();
}
configuration.updateCommandBookGodMode();
if (getServer().getPluginManager().isPluginEnabled("CommandBook")) {
getServer().getPluginManager().registerEvents(new WorldGuardCommandBookListener(this), this);
}
}
@Override