added missing S()

This commit is contained in:
Xanthin 2014-04-16 00:14:55 +02:00
parent 68e352b318
commit d24a5266b1

View File

@ -26,7 +26,7 @@
}
-- Check for mods which change this mod's beahaviour
print("Streets: Checking installed mods...")
print("Streets: " .. S("Checking installed mods..."))
if minetest.get_modpath("wool") then
streets.extendedBy.wool = true
else