diff options
Diffstat (limited to 'infrastructure')
-rw-r--r-- | infrastructure/advanced_automatic_warning_device.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/advanced_automatic_warning_device.lua b/infrastructure/advanced_automatic_warning_device.lua index b938c07..786f527 100644 --- a/infrastructure/advanced_automatic_warning_device.lua +++ b/infrastructure/advanced_automatic_warning_device.lua @@ -226,7 +226,7 @@ minetest.register_node("infrastructure:automatic_warning_device_middle_center_on drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", - light_source = LIGHT_SOURCE, + light_source = AUTOMATIC_WARNING_DEVICE_LIGHT_RANGE, node_box = { type = "fixed", fixed = { |