mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +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;
|
||||
|
||||
|
Submodule tests/preprocessor updated: a635b557db...b5344a995b
Reference in New Issue
Block a user