forked from MTSR/jonez
Fix that stupid bug
This commit is contained in:
parent
e712a06299
commit
6e34a9f8bd
2
init.lua
2
init.lua
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user