mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-26 12:35:23 +01:00
Fix HealFlag missing.
Meanwhile people were getting fed twice as fast. Fixes WORLDGUARD-3785.
This commit is contained in:
parent
6e56763a7f
commit
46cca2b950
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user