summaryrefslogtreecommitdiff
path: root/streetsmod/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'streetsmod/init.lua')
-rw-r--r--streetsmod/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/streetsmod/init.lua b/streetsmod/init.lua
index 63b7155..ed044bd 100644
--- a/streetsmod/init.lua
+++ b/streetsmod/init.lua
@@ -28,7 +28,7 @@
print("'Technic' not installed \n\t => StreetsMod will register its own concrete block")
streets.extendedBy.technic = false
end
- if minetest.get_modpath("stairs") then
+ if minetest.get_modpath("moreblocks") then
print("'Moreblocks' is installed \n\t => There will be stairs and slabs'")
streets.extendedBy.moreblocks = true
else