Blocked water flow across subdivision boundaries.
No more flowing into subdivision from top level claim or vice-versa.
This commit is contained in:
parent
aa575cbc02
commit
ff18aeaa4a
|
|
@ -603,7 +603,7 @@ public class BlockEventHandler implements Listener
|
|||
if(toClaim != null)
|
||||
{
|
||||
this.lastSpreadClaim = toClaim;
|
||||
if(!toClaim.contains(spreadEvent.getBlock().getLocation(), false, false))
|
||||
if(!toClaim.contains(spreadEvent.getBlock().getLocation(), false, true))
|
||||
{
|
||||
spreadEvent.setCancelled(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user