1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-26 02:30:38 +01:00

Fix nalc mod

This commit is contained in:
sys4-fr 2017-04-14 22:44:06 +02:00
parent ef69f1d88c
commit cc86e42a5b

View File

@ -238,5 +238,5 @@ if minetest.get_modpath("technic") then
register_dust("Tin", "default:tin_ingot") register_dust("Tin", "default:tin_ingot")
-- Add superquarry machine -- Add superquarry machine
dofile(get_modpath(minetest.get_current_modname()).."/technic/superquarry.lua") dofile(minetest.get_modpath(minetest.get_current_modname()).."/technic/superquarry.lua")
end end