mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-08 09:30:20 +02:00
Fix disabled signs.
This commit is contained in:
4
init.lua
4
init.lua
@ -83,9 +83,7 @@ dofile(minetest.get_modpath("homedecor").."/slopes.lua")
|
||||
dofile(minetest.get_modpath("homedecor").."/door_models.lua")
|
||||
dofile(minetest.get_modpath("homedecor").."/doors_and_gates.lua")
|
||||
|
||||
if not homedecor_disable_signs then
|
||||
dofile(minetest.get_modpath("homedecor").."/signs_lib.lua")
|
||||
end
|
||||
dofile(minetest.get_modpath("homedecor").."/signs_lib.lua")
|
||||
|
||||
dofile(minetest.get_modpath("homedecor").."/fences.lua")
|
||||
|
||||
|
Reference in New Issue
Block a user