Fix forgotten variable

This commit is contained in:
codexp 2018-07-13 21:58:43 +02:00 committed by Hugo Locurcio
parent e9fbdec948
commit e2e2af94cc
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ function circular_saw:update_inventory(pos, amount)
meta:set_int("anz", amount)
meta:set_string("infotext",
S("Circular Saw is working on @1") .. owned_by
S("Circular Saw is working on @1", material) .. owned_by
)
end