From 6e34a9f8bdc28accc3bc0b5b256bfac93e3317e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Ronvel?= Date: Mon, 24 Aug 2020 18:31:36 +0200 Subject: [PATCH] Fix that stupid bug --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 876f10b..57540be 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --Variables local mod_path = minetest.get_modpath(minetest.get_current_modname()) -local chisel = dofile(mod_path .. "/chisel.lua") +dofile(mod_path .. "/chisel.lua") local S = minetest.get_translator(minetest.get_current_modname()) local function firstToUpper(str)