remove double streets.S

master
webdesigner97 2014-05-27 18:43:28 +02:00
parent 62d6f88298
commit d205a81d68
1 changed files with 1 additions and 1 deletions

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}
})