fix(TLS): tls shit

This commit is contained in:
Mohamed Ashraf
2026-03-03 00:41:40 +04:00
parent d63a688bec
commit 365f6ad5eb
5 changed files with 9 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
#include "net.minecraft.world.level.h"
#include "com.mojang.nbt.h"
#include "EntityIO.h"
#include "../Minecraft.Client/Windows64Media/strings.h"
unordered_map<wstring, entityCreateFn> *EntityIO::idCreateMap = new unordered_map<wstring, entityCreateFn>;
unordered_map<eINSTANCEOF, wstring, eINSTANCEOFKeyHash, eINSTANCEOFKeyEq> *EntityIO::classIdMap = new unordered_map<eINSTANCEOF, wstring, eINSTANCEOFKeyHash, eINSTANCEOFKeyEq>;