mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-27 02:21:25 +01:00
Treat kelp as vines for vine-growth.
Closes WORLDGUARD-4068.
This commit is contained in:
parent
1dbd25d15e
commit
e94af1d77e
@ -598,7 +598,7 @@ public void onBlockSpread(BlockSpreadEvent event) {
|
||||
}
|
||||
}
|
||||
|
||||
if (fromType == Material.VINE) {
|
||||
if (fromType == Material.VINE || fromType == Material.KELP) {
|
||||
if (wcfg.disableVineGrowth) {
|
||||
event.setCancelled(true);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user