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