diff options
Diffstat (limited to 'source/packets/cPacket_AddToInventory.h')
-rw-r--r-- | source/packets/cPacket_AddToInventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_AddToInventory.h b/source/packets/cPacket_AddToInventory.h index f6710e521..5dbfcf6a5 100644 --- a/source/packets/cPacket_AddToInventory.h +++ b/source/packets/cPacket_AddToInventory.h @@ -1,7 +1,7 @@ #pragma once
#include "cPacket.h"
-#include "PacketID.h"
+
#include "../BlockID.h"
class cPacket_AddToInventory : public cPacket
|