fixed fucky wucky

This commit is contained in:
Dylan K. Taylor
2022-05-24 21:52:10 +01:00
parent 383be5426e
commit 2b27b8a230

View File

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