diff --git a/Minecraft.World/LivingEntity.cpp b/Minecraft.World/LivingEntity.cpp index 3af9efe96..6cbdf0ed6 100644 --- a/Minecraft.World/LivingEntity.cpp +++ b/Minecraft.World/LivingEntity.cpp @@ -884,8 +884,10 @@ void LivingEntity::breakItem(shared_ptr itemInstance) } } +//Hey this is a random comment to get the commit working because it didn't recognize the files i changed (L) void LivingEntity::die(DamageSource *source) { + shared_ptr sourceEntity = source->getEntity(); shared_ptr killer = getKillCredit(); if (deathScore >= 0 && killer != nullptr) killer->awardKillScore(shared_from_this(), deathScore);