diff options
Diffstat (limited to '')
-rw-r--r-- | source/cChestEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChestEntity.h b/source/cChestEntity.h index 599d71c18..60d93b049 100644 --- a/source/cChestEntity.h +++ b/source/cChestEntity.h @@ -3,7 +3,7 @@ #include "cBlockEntity.h"
#include "cWindowOwner.h"
#include "FileDefine.h"
-#include "packets\cPacket_BlockAction.h"
+#include "packets/cPacket_BlockAction.h"
namespace Json
{
|