[antum] init.lua: Add namespace variables "antum.modname" &

"antum.modpath".
master
AntumDeluge 2016-08-29 17:27:57 -07:00
parent dca8a4b099
commit 5955cf54cd
1 changed files with 2 additions and 0 deletions

View File

@ -26,3 +26,5 @@
antum = {}
antum.modname = minetest.get_current_modname()
antum.modpath = minetest.get_modpath(antum.modname)