mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Better Anvil chunk loading
This commit is contained in:
@ -78,7 +78,7 @@ class NBT{
|
||||
}
|
||||
$buffer = "";
|
||||
for(; $len > 0; --$len, ++$this->offset){
|
||||
$buffer .= @$this->buffer{$this->offset};
|
||||
$buffer .= $this->buffer{$this->offset};
|
||||
}
|
||||
|
||||
return $buffer;
|
||||
|
Reference in New Issue
Block a user