mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-04 05:16:29 +00:00
fix(hasher): USE OPENSSL
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "net.minecraft.world.effect.h"
|
||||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
|
||||
void MobEffectInstance::_init(int id, int duration, int amplifier)
|
||||
{
|
||||
@@ -136,4 +137,4 @@ wstring MobEffectInstance::toString()
|
||||
bool MobEffectInstance::equals(MobEffectInstance *obj)
|
||||
{
|
||||
return this->id == obj->id && this->amplifier == obj->amplifier && this->duration == obj->duration;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user