diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-07 21:58:33 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-07 21:58:33 +0200 |
commit | a72c6d96139f147ee424b3a2778e91a8291be4c5 (patch) | |
tree | 72d211ffe41b2990d5c851275fe616bdc1674118 /source/BlockID.cpp | |
parent | Core: /tp command can teleport either to a player or to a set of XYZ coords (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 1 |
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; |