mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Water fix *again*
This commit is contained in:
parent
ead624274b
commit
d367a9b517
@ -485,7 +485,7 @@ class BlockAPI{
|
||||
switch($block[0]){
|
||||
case 8:
|
||||
case 9:
|
||||
if(!$this->flowOn($block, 0) xor $block[0] === 9){
|
||||
if(!$this->flowOn($block, 0) or $block[0] === 9){
|
||||
$this->flowOn($block, 2);
|
||||
$this->flowOn($block, 3);
|
||||
$this->flowOn($block, 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user