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
|
||||
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
MODNAME="industrialtest"
|
||||
local modpath=minetest.get_modpath(MODNAME)
|
||||
local modpath=minetest.get_modpath("industrialtest")
|
||||
|
||||
-- table with global functions, variables etc
|
||||
industrialtest={}
|
||||
|
Loading…
Reference in New Issue
Block a user