Changed how creator tag works on signs

This commit is contained in:
Shoghi Cervantes
2015-05-28 16:44:31 +02:00
parent 1833da01fe
commit a77d82ac81
3 changed files with 4 additions and 4 deletions

View File

@ -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);