mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Changed how creator tag works on signs
This commit is contained in:
@ -1621,7 +1621,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
"Text4" => new String("Text4", "")
|
||||
]));
|
||||
if($player instanceof Player){
|
||||
$tile->namedtag->Creator = new String("Creator", $player->getName());
|
||||
$tile->namedtag->Creator = new String("Creator", $player->getUniqueId());
|
||||
}
|
||||
}
|
||||
$item->setCount($item->getCount() - 1);
|
||||
|
Reference in New Issue
Block a user