Remove unused variable.

* Removed unused variable `stack_max`.
This commit is contained in:
kabou 2022-05-11 21:45:15 +02:00
parent 74e70b674e
commit 872b708465
1 changed files with 1 additions and 1 deletions

View File

@ -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"