diff options
Diffstat (limited to 'source/Chunk.cpp')
-rw-r--r-- | source/Chunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Chunk.cpp b/source/Chunk.cpp index cb4e5511f..e7a828c66 100644 --- a/source/Chunk.cpp +++ b/source/Chunk.cpp @@ -29,7 +29,7 @@ #include "Player.h" #include "BlockArea.h" #include "PluginManager.h" -#include "blocks/BlockHandler.h" +#include "Blocks/BlockHandler.h" #include <json/json.h> |