added missing S()
This commit is contained in:
parent
68e352b318
commit
d24a5266b1
@ -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
|
||||
@ -82,4 +82,4 @@
|
||||
|
||||
-- Done
|
||||
print("Streets: " .. S("Setup completed, have fun with StreetsMod") .. " " .. streets.version .. "!")
|
||||
streets.load.fin = os.clock()
|
||||
streets.load.fin = os.clock()
|
||||
|
Loading…
x
Reference in New Issue
Block a user