mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-01-12 19:00:22 +01:00
Fix forgotten variable
This commit is contained in:
parent
e9fbdec948
commit
e2e2af94cc
@ -205,7 +205,7 @@ function circular_saw:update_inventory(pos, amount)
|
|||||||
meta:set_int("anz", amount)
|
meta:set_int("anz", amount)
|
||||||
|
|
||||||
meta:set_string("infotext",
|
meta:set_string("infotext",
|
||||||
S("Circular Saw is working on @1") .. owned_by
|
S("Circular Saw is working on @1", material) .. owned_by
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user