From d3af2fd49ecc3b7ddeb90cbd3a06f93603c91e0a Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 22 Jul 2021 01:23:44 +0100 Subject: [PATCH] Fixed spawn-heart-particles not working in vitalize --- .../core-plugin/src/main/resources/enchants/spell/vitalize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/enchants/spell/vitalize.yml b/eco-core/core-plugin/src/main/resources/enchants/spell/vitalize.yml index 1c31ac59..8136a953 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/spell/vitalize.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/spell/vitalize.yml @@ -27,4 +27,4 @@ config: activation-sound: ENTITY_PLAYER_LEVELUP cooldown: 450 # In seconds not-while-sneaking: false - spawn-heart-particle: true \ No newline at end of file + spawn-heart-particles: true \ No newline at end of file