summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-07-07 21:58:33 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-07-07 21:58:33 +0200
commita72c6d96139f147ee424b3a2778e91a8291be4c5 (patch)
tree72d211ffe41b2990d5c851275fe616bdc1674118
parentCore: /tp command can teleport either to a player or to a set of XYZ coords (diff)
downloadcuberite-a72c6d96139f147ee424b3a2778e91a8291be4c5.tar
cuberite-a72c6d96139f147ee424b3a2778e91a8291be4c5.tar.gz
cuberite-a72c6d96139f147ee424b3a2778e91a8291be4c5.tar.bz2
cuberite-a72c6d96139f147ee424b3a2778e91a8291be4c5.tar.lz
cuberite-a72c6d96139f147ee424b3a2778e91a8291be4c5.tar.xz
cuberite-a72c6d96139f147ee424b3a2778e91a8291be4c5.tar.zst
cuberite-a72c6d96139f147ee424b3a2778e91a8291be4c5.zip
-rw-r--r--source/BlockID.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp
index f89178c73..bd2009391 100644
--- a/source/BlockID.cpp
+++ b/source/BlockID.cpp
@@ -715,7 +715,6 @@ public:
g_BlockIsSolid[E_BLOCK_FENCE] = false;
g_BlockIsSolid[E_BLOCK_FIRE] = false;
g_BlockIsSolid[E_BLOCK_GLASS] = false;
- g_BlockIsSolid[E_BLOCK_ICE] = false;
g_BlockIsSolid[E_BLOCK_IRON_DOOR] = false;
g_BlockIsSolid[E_BLOCK_JUNGLE_WOOD_STAIRS] = false;
g_BlockIsSolid[E_BLOCK_LADDER] = false;