From f7abb6f909703c5ec3886944c38c16c831e14eff Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 21 Aug 2013 13:20:14 +0200 Subject: [PATCH] Do not update water --- src/material/block/liquid/Water.php | 1 + 1 file changed, 1 insertion(+) 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){