mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-25 00:17:42 +00:00
oops
This commit is contained in:
parent
360cba9ad5
commit
599d504f55
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue