mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
Fixed merge error
This commit is contained in:
parent
98efd27543
commit
8b350808ef
@ -83,6 +83,7 @@ class SubChunk implements SubChunkInterface{
|
||||
$changed = true;
|
||||
}
|
||||
|
||||
$i >>= 1;
|
||||
$shift = ($y & 1) << 2;
|
||||
$oldPair = ord($this->data{$i});
|
||||
$newPair = ($oldPair & ~(0xf << $shift)) | (($data & 0xf) << $shift);
|
||||
|
Loading…
x
Reference in New Issue
Block a user