Disable use of external ressources

This commit is contained in:
sys4-fr 2018-03-25 21:49:37 +02:00
parent 05ee5bdc83
commit 5da4dc87dd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
local modpath = minetest.get_modpath("specialties")
dofile(modpath.."/config.lua")
dofile(modpath.."/tables.lua")
dofile(modpath.."/externalmodify.lua")
--dofile(modpath.."/externalmodify.lua")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/items.lua")
dofile(modpath.."/xp.lua")