remove double streets.S

This commit is contained in:
webdesigner97 2014-05-27 18:43:28 +02:00
parent 62d6f88298
commit d205a81d68

View File

@ -2,7 +2,7 @@
Streets Mod: All kinds of asphalt
]]
minetest.register_node(":streets:asphalt",{
description = streets.S(streets.S("Asphalt")),
description = streets.S("Asphalt"),
tiles = {"streets_asphalt.png"},
groups = {cracky=3}
})