Remove weird constants in default

This commit is contained in:
PilzAdam 2014-12-07 15:17:09 +01:00 committed by Novatux
parent 02a033714d
commit 6aec1811eb

@ -255,7 +255,7 @@ minetest.register_node("tnt:tnt_burning", {
minetest.register_node("tnt:boom", {
drawtype = "plantlike",
tiles = {"tnt_boom.png"},
light_source = LIGHT_MAX,
light_source = default.LIGHT_MAX,
walkable = false,
drop = "",
groups = {dig_immediate=3},