Fix HealFlag missing.

Meanwhile people were getting fed twice as fast.
Fixes WORLDGUARD-3785.
This commit is contained in:
wizjany 2016-12-15 21:49:42 -05:00
parent 6e56763a7f
commit 46cca2b950

View File

@ -141,7 +141,7 @@ public void resetState(Player player) {
private static final Set<Factory<? extends Handler>> defaultHandlers = new HashSet<Factory<? extends Handler>>();
static {
Factory<?>[] factories = {
FeedFlag.FACTORY,
HealFlag.FACTORY,
FeedFlag.FACTORY,
NotifyEntryFlag.FACTORY,
NotifyExitFlag.FACTORY,