mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 00:52:51 +00:00
yet another quickfix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user