Merge pull request #10 from Jat15/patch-1

Fix circular saw bug: typo fix.
This commit is contained in:
Calinou 2014-01-20 10:15:17 -08:00
commit 2b01bd5cbc
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ circular_saw.on_metadata_inventory_take = function(pos, listname, index, stack,
circular_saw.update_inventory(pos, -1 * cost);
elseif(listname=="mikro") then
elseif(listname=="micro") then
-- Each microblock costs 1 microblock
circular_saw.update_inventory(pos, -1 * 1 * stack:get_count());