Skip to content
Snippets Groups Projects
Commit 9bb4ddbe authored by Milan's avatar Milan
Browse files

scarecrow: fix crash caused by old descriptions

parent 22dd755e
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment