mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-11 14:07:18 +00:00
yet another quickfix
This commit is contained in:
parent
81c8e50f04
commit
71db263e5d
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include "ItemStat.h"
|
||||
#include "GeneralStat.h"
|
||||
#include "Stats.h"
|
||||
#include "..\Minecraft.Client\StatsCounter.h"
|
||||
#include "../Minecraft.Client/StatsCounter.h"
|
||||
|
||||
const int Stats::BLOCKS_MINED_OFFSET = 0x1000000;
|
||||
const int Stats::ITEMS_COLLECTED_OFFSET = 0x1010000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue