From 83aaf8afe0aab971188908e5c6ba7bbbf61be4fb Mon Sep 17 00:00:00 2001 From: codexp Date: Fri, 13 Jul 2018 21:58:43 +0200 Subject: [PATCH] fix forgotten variable --- circular_saw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circular_saw.lua b/circular_saw.lua index 7a7d89e..ecfc5ea 100644 --- a/circular_saw.lua +++ b/circular_saw.lua @@ -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