mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Merge commit '2712befa82dc92fe26d2b913a47200ad84927799'
# Conflicts: # resources/vanilla # tests/phpstan/configs/l8-baseline.neon
This commit is contained in:
@@ -75,7 +75,7 @@ class SkinData{
|
||||
$this->resourcePatch = $resourcePatch;
|
||||
$this->skinImage = $skinImage;
|
||||
$this->animations = $animations;
|
||||
$this->capeImage = $capeImage;
|
||||
$this->capeImage = $capeImage ?? new SkinImage(0, 0, "");
|
||||
$this->geometryData = $geometryData;
|
||||
$this->animationData = $animationData;
|
||||
$this->premium = $premium;
|
||||
|
Reference in New Issue
Block a user