summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content_cao.cpp6
1 files changed, 0 insertions, 6 deletions
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);