fixed fucky wucky

This commit is contained in:
Dylan K. Taylor 2022-05-24 21:52:10 +01:00
parent 383be5426e
commit 2b27b8a230
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -210,7 +210,8 @@ class TypeConverter{
$compound->removeTag(self::DAMAGE_TAG_CONFLICT_RESOLUTION);
$compound->setTag(self::DAMAGE_TAG, $conflicted);
}
}elseif($compound->count() === 0){
}
if($compound->count() === 0){
$compound = null;
}
}