From 670f6d9f8be5134888f90a23bc429172557792aa Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Wed, 29 Apr 2020 21:55:55 +0200 Subject: [PATCH] Fix coral-dry flag not respecting horn coral blocks --- .../main/java/com/plotsquared/bukkit/listener/PlayerEvents.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEvents.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEvents.java index 62cd2c5db..986ee586f 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEvents.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEvents.java @@ -1345,7 +1345,7 @@ public class PlayerEvents extends PlotListener implements Listener { case BRAIN_CORAL_BLOCK: case BUBBLE_CORAL_BLOCK: case FIRE_CORAL_BLOCK: - case DEAD_HORN_CORAL_BLOCK: + case HORN_CORAL_BLOCK: case TUBE_CORAL: case BRAIN_CORAL: case BUBBLE_CORAL: