mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Fixed JSON NBT parsing lists in /give
This commit is contained in:
@@ -82,7 +82,6 @@ class JsonNBTParser{
|
||||
|
||||
$tag = NBT::createTag($type);
|
||||
if($tag instanceof NamedTag){
|
||||
$tag->setName($key);
|
||||
$tag->setValue($value);
|
||||
$data[$key] = $tag;
|
||||
}
|
||||
|
Reference in New Issue
Block a user