thetaepsilon-gamedev
2020-01-28 fbc4cc851125bc0a1d48043f78210f4836491beb
technic_cnc/cnc.lua: Fix access to non-existant stack parameter (#528)

1 files modified
2 ■■■ changed files
technic_cnc/cnc.lua 2 ●●● patch | view | raw | blame | history
technic_cnc/cnc.lua
@@ -59,7 +59,7 @@
        if minetest.is_protected(pos, player:get_player_name()) then
            return 0
        end
        return stack:get_count()
        return count
    end
    can_dig = function(pos, player)