Better Anvil chunk loading

This commit is contained in:
Shoghi Cervantes
2014-08-15 17:04:16 +02:00
parent ec93ed3e3d
commit 9e74169d74
2 changed files with 5 additions and 13 deletions

View File

@ -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;