test if stairsplus is available

log if stairsplus isnt available
This commit is contained in:
HybridDog
2015-02-14 21:49:54 +01:00
parent e4e856dd7f
commit 9ae61e21bd

View File

@ -1,3 +1,8 @@
if not rawget(_G, "stairsplus") then
minetest.log("info", "[technic/extranodes] stairsplus not found")
return
end
-- Minetest 0.4.6 mod: extranodes
-- namespace: technic
-- Boilerplate to support localized strings if intllib mod is installed.