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