mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Ouch
This commit is contained in:
parent
4b869c8615
commit
98ea674d20
@ -238,7 +238,7 @@ class NBT{
|
||||
$data[$key] = new ByteArrayTag($key, $value);
|
||||
break;
|
||||
case NBT::TAG_String:
|
||||
$data[$key] = new ByteTag($key, $value);
|
||||
$data[$key] = new StringTag($key, $value);
|
||||
break;
|
||||
case NBT::TAG_List:
|
||||
$data[$key] = new ListTag($key, $value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user