Remove unnecessary constant
This commit is contained in:
parent
ce4e1b52ba
commit
636c0cda64
3
init.lua
3
init.lua
@ -14,8 +14,7 @@
|
|||||||
-- You should have received a copy of the GNU General Public License
|
-- You should have received a copy of the GNU General Public License
|
||||||
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
MODNAME="industrialtest"
|
local modpath=minetest.get_modpath("industrialtest")
|
||||||
local modpath=minetest.get_modpath(MODNAME)
|
|
||||||
|
|
||||||
-- table with global functions, variables etc
|
-- table with global functions, variables etc
|
||||||
industrialtest={}
|
industrialtest={}
|
||||||
|
Loading…
Reference in New Issue
Block a user