scarecrow: fix crash caused by old descriptions

master
tchncs 2016-05-22 23:00:48 +02:00
parent 22dd755ed0
commit 9bb4ddbe67
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ minetest.register_craft({
})
minetest.register_node("farming:scarecrow_light", {
description = S("Scarecrow With light"),
description = "Scarecrow With light",
paramtype = "light",
sunlight_propagates = true,
paramtype2 = "facedir",