mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-02 12:44:19 +00:00
preliminary fix because this is relatively easy to do
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "net.minecraft.world.item.h"
|
||||
#include "SynchedEntityData.h"
|
||||
|
||||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
|
||||
SynchedEntityData::SynchedEntityData()
|
||||
{
|
||||
@@ -555,4 +556,4 @@ bool SynchedEntityData::DataItem::isDirty()
|
||||
void SynchedEntityData::DataItem::setDirty(bool dirty)
|
||||
{
|
||||
this->dirty = dirty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user