mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Fix coral-dry flag not respecting horn coral blocks
This commit is contained in:
parent
8a21334e66
commit
670f6d9f8b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue