mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Remove unused variable.
* Removed unused variable `stack_max`.
This commit is contained in:
parent
74e70b674e
commit
872b708465
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ end)
|
||||||
local doc_mod = minetest.get_modpath("doc")
|
local doc_mod = minetest.get_modpath("doc")
|
||||||
|
|
||||||
for _, item in pairs(compass_types) do
|
for _, item in pairs(compass_types) do
|
||||||
local name_fmt, img_fmt, stack_max
|
local name_fmt, img_fmt
|
||||||
if item.name == "compass" then
|
if item.name == "compass" then
|
||||||
name_fmt = "mcl_compass:%d"
|
name_fmt = "mcl_compass:%d"
|
||||||
img_fmt = "mcl_compass_compass_%02d.png"
|
img_fmt = "mcl_compass_compass_%02d.png"
|
||||||
|
|
Loading…
Reference in a new issue