diff options
author | Mattes D <github@xoft.cz> | 2013-10-02 08:34:53 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-10-02 08:34:53 +0200 |
commit | 709097c99f1383860769ee1392f7332971a1ebb2 (patch) | |
tree | 5b31bf8e5b46e7e2520ba6bfb94fe899226b58e1 /source | |
parent | Merge pull request #193 from tigerw/bugfixes (diff) | |
parent | Merge branch 'master' of https://github.com/mc-server/MCServer (diff) | |
download | cuberite-709097c99f1383860769ee1392f7332971a1ebb2.tar cuberite-709097c99f1383860769ee1392f7332971a1ebb2.tar.gz cuberite-709097c99f1383860769ee1392f7332971a1ebb2.tar.bz2 cuberite-709097c99f1383860769ee1392f7332971a1ebb2.tar.lz cuberite-709097c99f1383860769ee1392f7332971a1ebb2.tar.xz cuberite-709097c99f1383860769ee1392f7332971a1ebb2.tar.zst cuberite-709097c99f1383860769ee1392f7332971a1ebb2.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index ecdbc0c34..d91524de5 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -603,6 +603,7 @@ public: g_BlockTransparent[E_BLOCK_FIRE] = true; g_BlockTransparent[E_BLOCK_FLOWER_POT] = true; g_BlockTransparent[E_BLOCK_GLASS] = true; + g_BlockTransparent[E_BLOCK_GLASS_PANE] = true; g_BlockTransparent[E_BLOCK_ICE] = true; g_BlockTransparent[E_BLOCK_IRON_DOOR] = true; g_BlockTransparent[E_BLOCK_LEAVES] = true; @@ -646,7 +647,6 @@ public: g_BlockOneHitDig[E_BLOCK_REDSTONE_TORCH_OFF] = true; g_BlockOneHitDig[E_BLOCK_REDSTONE_TORCH_ON] = true; g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE] = true; - g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE] = true; g_BlockOneHitDig[E_BLOCK_RED_MUSHROOM] = true; g_BlockOneHitDig[E_BLOCK_RED_ROSE] = true; g_BlockOneHitDig[E_BLOCK_REEDS] = true; |