mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-25 12:23:48 +00:00
Fix outdated preprocessor rules for varints, close #1003
This commit is contained in:
parent
efea39e0a4
commit
6f126ad239
@ -67,7 +67,7 @@ class NBT{
|
|||||||
const TAG_IntArray = 11;
|
const TAG_IntArray = 11;
|
||||||
|
|
||||||
public $buffer;
|
public $buffer;
|
||||||
private $offset;
|
public $offset;
|
||||||
public $endianness;
|
public $endianness;
|
||||||
private $data;
|
private $data;
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a635b557db631fb0e25ca7666f768ff59c7cd390
|
Subproject commit b5344a995b3fb544c7982332b395a6d8125d71bb
|
Loading…
x
Reference in New Issue
Block a user