Removed SmartFS as not supporting the wanted features

This commit is contained in:
zorman2000
2016-11-29 14:10:32 -05:00
parent 47847d2951
commit f89dfe780e
3 changed files with 1 additions and 1024 deletions

View File

@ -1,9 +1,6 @@
local path = minetest.get_modpath("advanced_npc")
-- Load SmartFS library by rubenwardy
dofile(path .. "/lib/smartfs.lua")
-- Intllib
local S
if minetest.get_modpath("intllib") then