1
0
forked from MTSR/jonez

Fix that stupid bug

This commit is contained in:
Cédric Ronvel 2020-08-24 18:31:36 +02:00
parent e712a06299
commit 6e34a9f8bd

View File

@ -1,6 +1,6 @@
--Variables --Variables
local mod_path = minetest.get_modpath(minetest.get_current_modname()) 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 S = minetest.get_translator(minetest.get_current_modname())
local function firstToUpper(str) local function firstToUpper(str)