mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 03:08:58 +00:00
fixed fucky wucky
This commit is contained in:
parent
383be5426e
commit
2b27b8a230
@ -210,7 +210,8 @@ class TypeConverter{
|
|||||||
$compound->removeTag(self::DAMAGE_TAG_CONFLICT_RESOLUTION);
|
$compound->removeTag(self::DAMAGE_TAG_CONFLICT_RESOLUTION);
|
||||||
$compound->setTag(self::DAMAGE_TAG, $conflicted);
|
$compound->setTag(self::DAMAGE_TAG, $conflicted);
|
||||||
}
|
}
|
||||||
}elseif($compound->count() === 0){
|
}
|
||||||
|
if($compound->count() === 0){
|
||||||
$compound = null;
|
$compound = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user