diff --git a/src/material/block/liquid/Water.php b/src/material/block/liquid/Water.php index 41621bb81..4f10d7598 100644 --- a/src/material/block/liquid/Water.php +++ b/src/material/block/liquid/Water.php @@ -37,6 +37,7 @@ class WaterBlock extends LiquidBlock{ } public function onUpdate($type){ + return false; $newId = $this->id; $level = $this->meta & 0x07; if($type !== BLOCK_UPDATE_NORMAL){