mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Updated some packets for 0.12, UUIDs, other stuff!
This commit is contained in:
@ -1729,7 +1729,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
"Text4" => new String("Text4", "")
|
||||
]));
|
||||
if($player !== null){
|
||||
$tile->namedtag->Creator = new String("Creator", $player->getUniqueId());
|
||||
$tile->namedtag->Creator = new String("Creator", $player->getRawUniqueId());
|
||||
}
|
||||
}
|
||||
$item->setCount($item->getCount() - 1);
|
||||
|
Reference in New Issue
Block a user