1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-09-30 15:50:28 +02:00

typo (bug fix)

This commit is contained in:
Craig Robbins 2014-08-20 22:21:21 +10:00 committed by Vanessa Ezekowitz
parent 4fb3cdfffb
commit 9ad737f951

View File

@ -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