i think i fixed player equip

This commit is contained in:
2026-03-26 23:32:09 +03:00
parent cbd81b47ce
commit 4beb5cb0f9
4 changed files with 71 additions and 16 deletions

View File

@@ -2,6 +2,7 @@
#define NET_MINECRAFT_NETWORK_PACKET__SendInventoryPacket_H__
#include "../Packet.h"
#include "world/entity/player/Inventory.h"
class SendInventoryPacket: public Packet
{