Skip to content

Commit

Permalink
Disabled React hooks since the implementation is unfinished
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed May 31, 2018
1 parent e5448ee commit 3ed62ff
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import com.djrapitops.pluginbridge.plan.litebans.LiteBansHook;
import com.djrapitops.pluginbridge.plan.mcmmo.McmmoHook;
import com.djrapitops.pluginbridge.plan.protocolsupport.ProtocolSupportHook;
import com.djrapitops.pluginbridge.plan.react.ReactHook;
import com.djrapitops.pluginbridge.plan.redprotect.RedProtectHook;
import com.djrapitops.pluginbridge.plan.superbvote.SuperbVoteHook;
import com.djrapitops.pluginbridge.plan.towny.TownyHook;
Expand Down Expand Up @@ -85,12 +84,12 @@ private static Hook[] getBukkitHooks(HookHandler h) {
new McmmoHook(h),
new SuperbVoteHook(h),
new ProtocolSupportHook(h),
new ReactHook(h),
// new ReactHook(h),
new RedProtectHook(h),
new TownyHook(h),
new VaultHook(h),
new ViaVersionHook(h)//,
// new PlaceholderAPIHook(h)
// new PlaceholderAPIHook(h)
};
}
}

0 comments on commit 3ed62ff

Please sign in to comment.