Invert liquid-flow flag

This commit is contained in:
Alexander Söderberg 2020-02-16 20:05:05 +01:00
parent 02ae24bdd9
commit 9587a4f9ef

View File

@ -1469,7 +1469,7 @@ import java.util.regex.Pattern;
event.setCancelled(true); event.setCancelled(true);
return; return;
} }
if (plot.getFlag(LiquidFlowFlag.class)) { if (!plot.getFlag(LiquidFlowFlag.class)) {
switch (to.getType()) { switch (to.getType()) {
case WATER: case WATER:
case LAVA: case LAVA: