techpack/safer_lua/init.lua

19 lines
362 B
Lua
Raw Normal View History

2018-06-24 15:01:33 +02:00
--[[
2018-06-24 22:33:00 +02:00
SaferLua [safer_lua]
====================
Copyright (C) 2017-2020 Joachim Stolberg
2018-06-24 15:01:33 +02:00
AGPL v3
2018-06-24 15:01:33 +02:00
See LICENSE.txt for more information
2018-06-24 22:33:00 +02:00
environ.lua:
2018-06-24 15:01:33 +02:00
]]--
safer_lua = {}
dofile(minetest.get_modpath("safer_lua") .. "/data_struct.lua")
2018-06-24 15:01:33 +02:00
dofile(minetest.get_modpath("safer_lua") .. "/scanner.lua")
dofile(minetest.get_modpath("safer_lua") .. "/environ.lua")