mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Merge branch 'next-minor' into next-major
This commit is contained in:
@@ -2502,7 +2502,7 @@ class World implements ChunkManager{
|
||||
continue;
|
||||
}
|
||||
if($entity === null){
|
||||
$saveIdTag = $nbt->getTag("id") ?? $nbt->getTag("identifier");
|
||||
$saveIdTag = $nbt->getTag("identifier") ?? $nbt->getTag("id");
|
||||
$saveId = "<unknown>";
|
||||
if($saveIdTag instanceof StringTag){
|
||||
$saveId = $saveIdTag->getValue();
|
||||
|
Reference in New Issue
Block a user