fix crash, try #2

This commit is contained in:
Vanessa Ezekowitz 2014-01-25 13:36:01 -05:00
parent 8eb5b6c394
commit 8f003997b1
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,6 @@ signs_lib = {}
signs_lib.modpath = minetest.get_modpath("signs_lib")
signs_lib.intllib_modpath = minetest.get_modpath("intllib")
dofile(signs_lib.modpath.."/ownership.lua")
local S
if signs_lib.intllib_modpath then
dofile(signs_lib.intllib_modpath.."/intllib.lua")
@ -676,6 +674,8 @@ minetest.register_alias("homedecor:fence_wood_with_sign", "signs:sign_post")
signs_lib.register_fence_with_sign("default:fence_wood", "signs:sign_post")
dofile(signs_lib.modpath.."/ownership.lua")
if minetest.setting_get("log_mods") then
minetest.log("action", S("signs loaded"))
end