Remove unnecessary constant

This commit is contained in:
mrkubax10 2024-09-11 15:04:36 +02:00
parent ce4e1b52ba
commit 636c0cda64

View File

@ -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={}