mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-20 09:15:44 +00:00
fix(hasher): USE OPENSSL
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "net.minecraft.world.food.h"
|
||||
#include "net.minecraft.world.effect.h"
|
||||
#include "SharedConstants.h"
|
||||
#include "../Minecraft.Client/Windows64Media/strings.h"
|
||||
|
||||
MobEffect *MobEffect::effects[NUM_EFFECTS];
|
||||
|
||||
@@ -267,4 +268,4 @@ bool MobEffect::isDisabled()
|
||||
eMinecraftColour MobEffect::getColor()
|
||||
{
|
||||
return color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user