forked from mtcontrib/plantlife_modpack
typo (bug fix)
This commit is contained in:
committed by
Vanessa Ezekowitz
parent
4fb3cdfffb
commit
9ad737f951
@ -14,7 +14,7 @@ if abstract_ferns.config.Lady_fern == true then
|
||||
dofile(minetest.get_modpath("ferns").."/fern.lua")
|
||||
end
|
||||
|
||||
if abstract_ferns.Horsetails == true then
|
||||
if abstract_ferns.config.Horsetails == true then
|
||||
dofile(minetest.get_modpath("ferns").."/horsetail.lua")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user