mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-15 11:43:50 +00:00
oops
This commit is contained in:
parent
360cba9ad5
commit
599d504f55
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue