diff options
Diffstat (limited to 'source/packets/cPacket_PlayerListItem.cpp')
-rw-r--r-- | source/packets/cPacket_PlayerListItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_PlayerListItem.cpp b/source/packets/cPacket_PlayerListItem.cpp index 03eea157d..85970b7ca 100644 --- a/source/packets/cPacket_PlayerListItem.cpp +++ b/source/packets/cPacket_PlayerListItem.cpp @@ -1,5 +1,5 @@ #include "cPacket_PlayerListItem.h"
-#include "cChatColor.h"
+#include "../cChatColor.h"
cPacket_PlayerListItem::cPacket_PlayerListItem(std::string a_PlayerName, bool a_Online, short a_Ping)
{
|