This commit is contained in:
Leah Anderson 2026-03-02 12:29:25 -07:00
parent 9a3dd2df38
commit a7a1ceed39

View file

@ -12,7 +12,7 @@ SetHealthPacket::SetHealthPacket()
this->food = 0;
this->saturation = 0;
this->damageSource = 0;
this->damageSource = eTelemetryChallenges_Unknown;
}
SetHealthPacket::SetHealthPacket(int health, int food, float saturation, ETelemetryChallenges damageSource)