Fixed JSON NBT parsing lists in /give

This commit is contained in:
Dylan K. Taylor 2017-11-07 09:50:59 +00:00
parent a2d4baf8b9
commit 0621d5c8ea

View File

@ -82,7 +82,6 @@ class JsonNBTParser{
$tag = NBT::createTag($type);
if($tag instanceof NamedTag){
$tag->setName($key);
$tag->setValue($value);
$data[$key] = $tag;
}