From 599d504f550e7fee963becce469df4ed91aebc11 Mon Sep 17 00:00:00 2001 From: sylvessa <225480449+sylvessa@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:08:36 -0500 Subject: [PATCH] oops --- Minecraft.Server/FourKitNatives.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Minecraft.Server/FourKitNatives.cpp b/Minecraft.Server/FourKitNatives.cpp index dc6c843c..56eaf5ca 100644 --- a/Minecraft.Server/FourKitNatives.cpp +++ b/Minecraft.Server/FourKitNatives.cpp @@ -756,8 +756,6 @@ void __cdecl NativeOpenVirtualContainer(int entityId, int nativeType, const char // [nameLen:int32][nameUTF8:bytes][loreCount:int32][lore0Len:int32][lore0UTF8:bytes] int __cdecl NativeGetItemMeta(int entityId, int slot, char *outBuf, int bufSize) { - printf("NativeGetItemMeta::entry\n"); - auto player = FindPlayer(entityId); if (!player || !player->inventory) return 0;