forked from VoxeLibre/VoxeLibre
Remove unused variable.
* Removed unused variable `stack_max`.
This commit is contained in:
parent
74e70b674e
commit
872b708465
|
@ -205,7 +205,7 @@ end)
|
|||
local doc_mod = minetest.get_modpath("doc")
|
||||
|
||||
for _, item in pairs(compass_types) do
|
||||
local name_fmt, img_fmt, stack_max
|
||||
local name_fmt, img_fmt
|
||||
if item.name == "compass" then
|
||||
name_fmt = "mcl_compass:%d"
|
||||
img_fmt = "mcl_compass_compass_%02d.png"
|
||||
|
|
Loading…
Reference in New Issue