Skip to content

Commit

Permalink
Localize digprop_err function
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui authored and est31 committed Oct 12, 2015
1 parent bda2f56 commit 7f2cefa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builtin/game/deprecated.lua
Expand Up @@ -3,7 +3,7 @@
--
-- Default material types
--
function digprop_err()
local function digprop_err()
core.log("info", debug.traceback())
core.log("info", "WARNING: The core.digprop_* functions are obsolete and need to be replaced by item groups.")
end
Expand Down Expand Up @@ -50,4 +50,3 @@ setmetatable(core.env, {
function core.rollback_get_last_node_actor(pos, range, seconds)
return core.rollback_get_node_actions(pos, range, seconds, 1)[1]
end

0 comments on commit 7f2cefa

Please sign in to comment.