diff options
Diffstat (limited to '')
-rw-r--r-- | source/Piston.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Piston.cpp b/source/Piston.cpp index a4c014729..750d76bb0 100644 --- a/source/Piston.cpp +++ b/source/Piston.cpp @@ -11,7 +11,7 @@ #include "World.h" #include "BlockID.h" #include "Server.h" -#include "blocks/BlockHandler.h" +#include "Blocks/BlockHandler.h" extern bool g_BlockPistonBreakable[]; |