diff options
author | madmaxoft <github@xoft.cz> | 2013-09-09 10:49:52 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-09 10:49:52 +0200 |
commit | b8d2d94d90f2021423e4cc9fdaa793e3c43b9130 (patch) | |
tree | 18a8b60e1d66c75df97d5e8c28d1519e90ac2203 /source/ClientHandle.cpp | |
parent | Removed the "charging bow" debug message. (diff) | |
download | cuberite-b8d2d94d90f2021423e4cc9fdaa793e3c43b9130.tar cuberite-b8d2d94d90f2021423e4cc9fdaa793e3c43b9130.tar.gz cuberite-b8d2d94d90f2021423e4cc9fdaa793e3c43b9130.tar.bz2 cuberite-b8d2d94d90f2021423e4cc9fdaa793e3c43b9130.tar.lz cuberite-b8d2d94d90f2021423e4cc9fdaa793e3c43b9130.tar.xz cuberite-b8d2d94d90f2021423e4cc9fdaa793e3c43b9130.tar.zst cuberite-b8d2d94d90f2021423e4cc9fdaa793e3c43b9130.zip |
Diffstat (limited to 'source/ClientHandle.cpp')
-rw-r--r-- | source/ClientHandle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index 966b46719..3cef29cba 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -11,7 +11,6 @@ #include "BlockEntities/SignEntity.h" #include "UI/Window.h" #include "Item.h" -#include "Doors.h" #include "Piston.h" #include "Mobs/Monster.h" #include "ChatColor.h" |