Ice is a solid block.
Helps with FS #381 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1664 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
0756c72486
commit
a72c6d9613
@ -715,7 +715,6 @@ public:
|
|||||||
g_BlockIsSolid[E_BLOCK_FENCE] = false;
|
g_BlockIsSolid[E_BLOCK_FENCE] = false;
|
||||||
g_BlockIsSolid[E_BLOCK_FIRE] = false;
|
g_BlockIsSolid[E_BLOCK_FIRE] = false;
|
||||||
g_BlockIsSolid[E_BLOCK_GLASS] = false;
|
g_BlockIsSolid[E_BLOCK_GLASS] = false;
|
||||||
g_BlockIsSolid[E_BLOCK_ICE] = false;
|
|
||||||
g_BlockIsSolid[E_BLOCK_IRON_DOOR] = false;
|
g_BlockIsSolid[E_BLOCK_IRON_DOOR] = false;
|
||||||
g_BlockIsSolid[E_BLOCK_JUNGLE_WOOD_STAIRS] = false;
|
g_BlockIsSolid[E_BLOCK_JUNGLE_WOOD_STAIRS] = false;
|
||||||
g_BlockIsSolid[E_BLOCK_LADDER] = false;
|
g_BlockIsSolid[E_BLOCK_LADDER] = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user