yet another quickfix

This commit is contained in:
Leah Anderson
2026-03-02 12:27:29 -07:00
parent 81c8e50f04
commit 71db263e5d
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ SetHealthPacket::SetHealthPacket()
this->food = 0;
this->saturation = 0;
this->damageSource = eTelemetryChallenges_Unknown;
this->damageSource = 0;
}
SetHealthPacket::SetHealthPacket(int health, int food, float saturation, ETelemetryChallenges damageSource)
@@ -63,4 +63,4 @@ bool SetHealthPacket::canBeInvalidated()
bool SetHealthPacket::isInvalidatedBy(shared_ptr<Packet> packet)
{
return true;
}
}