Remove GP listener

This commit is contained in:
cnaude 2015-08-12 14:30:35 -07:00
parent 34fbba71e3
commit 4e69d6b37c

View File

@ -1443,7 +1443,7 @@ public class PurpleIRC extends JavaPlugin {
if (isPluginEnabled(PL_GRIEFPREVENTION)) {
hookList.add(hookFormat(PL_GRIEFPREVENTION, true));
griefPreventionHook = new GriefPreventionHook(this);
getServer().getPluginManager().registerEvents(new GriefPreventionListener(this), this);
//getServer().getPluginManager().registerEvents(new GriefPreventionListener(this), this);
} else {
hookList.add(hookFormat(PL_GRIEFPREVENTION, false));
}