Fix crash

This commit is contained in:
Craig 2014-05-14 18:50:13 +01:00
parent 08ade7640b
commit fdc38134c7

View file

@ -158,7 +158,7 @@ minetest.register_node("moontest:hlsource", {
paramtype = "light",
walkable = false,
pointable = false,
diggable = false
diggable = false,
buildable_to = true,
liquidtype = "source",
liquid_alternative_flowing = "moontest:hlflowing",