Fix Performance Problem

Welcome, TPS!
This commit is contained in:
beN39sGroup (Blue Electric)
2013-11-17 09:39:40 +09:00
parent fe70fa467d
commit 7acdb0dd3f
2 changed files with 8 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ class WaterBlock extends LiquidBlock{
$b = $this->getSide($side);
if($b instanceof WaterBlock)
{
if( $this->getSourceCount() >= 2)
if( $this->getSourceCount() >= 2 && $level != 0x00)
{
$this->level->setBlock($this, new WaterBlock(0), false, false, true);
}