Fix bug in marriage check for receiving gifts

This commit is contained in:
zorman2000
2016-11-29 14:05:09 -05:00
parent f53abf7072
commit 47847d2951
3 changed files with 44 additions and 15 deletions

View File

@ -2,7 +2,7 @@
local path = minetest.get_modpath("advanced_npc")
-- Load SmartFS library by rubenwardy
dofile(path .. "lib/smartfs.lua")
dofile(path .. "/lib/smartfs.lua")
-- Intllib
local S