mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
get rid of dynamic field assignments
nearly there now... eventually
This commit is contained in:
@ -208,7 +208,7 @@ abstract class Tile extends Position{
|
||||
if(!($customBlockDataTag instanceof NamedTag)){
|
||||
continue;
|
||||
}
|
||||
$nbt->{$customBlockDataTag->getName()} = $customBlockDataTag;
|
||||
$nbt->setTag($customBlockDataTag);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user