Do not update water

This commit is contained in:
Shoghi Cervantes 2013-08-21 13:20:14 +02:00
parent c3517a4a49
commit f7abb6f909

View File

@ -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){