mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-07-26 04:47:06 +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]
|
// [nameLen:int32][nameUTF8:bytes][loreCount:int32][lore0Len:int32][lore0UTF8:bytes]
|
||||||
int __cdecl NativeGetItemMeta(int entityId, int slot, char *outBuf, int bufSize)
|
int __cdecl NativeGetItemMeta(int entityId, int slot, char *outBuf, int bufSize)
|
||||||
{
|
{
|
||||||
printf("NativeGetItemMeta::entry\n");
|
|
||||||
|
|
||||||
auto player = FindPlayer(entityId);
|
auto player = FindPlayer(entityId);
|
||||||
if (!player || !player->inventory)
|
if (!player || !player->inventory)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue