mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Add PreProcessor as submodule, and fixed for 0.16. Close #69
This commit is contained in:
@ -203,7 +203,7 @@ class ListTag extends NamedTag implements \ArrayAccess, \Countable{
|
||||
$tags[] = $tag;
|
||||
}
|
||||
}
|
||||
$nbt->putInt(count($tags));
|
||||
$nbt->putInt(count($tags), $network);
|
||||
foreach($tags as $tag){
|
||||
$tag->write($nbt, $network);
|
||||
}
|
||||
|
Reference in New Issue
Block a user