mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fix outdated preprocessor rules for varints, close #1003
This commit is contained in:
@ -67,7 +67,7 @@ class NBT{
|
||||
const TAG_IntArray = 11;
|
||||
|
||||
public $buffer;
|
||||
private $offset;
|
||||
public $offset;
|
||||
public $endianness;
|
||||
private $data;
|
||||
|
||||
|
Reference in New Issue
Block a user