diff --git a/src/content_cao.cpp b/src/content_cao.cpp index 8d1fcc24e..eed5a8337 100644 --- a/src/content_cao.cpp +++ b/src/content_cao.cpp @@ -2246,12 +2246,6 @@ public: if(m_node == NULL) return; - if(light_at_pos <= 2) - { - m_node->setVisible(false); - return; - } - m_node->setVisible(true); u8 li = decode_light(light_at_pos);