diff options
Diffstat (limited to 'source/packets/cPacket_InventorySlot.h')
-rw-r--r-- | source/packets/cPacket_InventorySlot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_InventorySlot.h b/source/packets/cPacket_InventorySlot.h index 47672989e..b02444593 100644 --- a/source/packets/cPacket_InventorySlot.h +++ b/source/packets/cPacket_InventorySlot.h @@ -1,7 +1,7 @@ #pragma once
#include "cPacket.h"
-#include "PacketID.h"
+
#include "../BlockID.h"
class cPacket_InventorySlot : public cPacket // Set item [S -> C] ?
|