Skip to content

Commit 7f2cefa

Browse files
rui914est31
authored andcommittedOct 12, 2015
Localize digprop_err function
1 parent bda2f56 commit 7f2cefa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎builtin/game/deprecated.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--
44
-- Default material types
55
--
6-
function digprop_err()
6+
local function digprop_err()
77
core.log("info", debug.traceback())
88
core.log("info", "WARNING: The core.digprop_* functions are obsolete and need to be replaced by item groups.")
99
end
@@ -50,4 +50,3 @@ setmetatable(core.env, {
5050
function core.rollback_get_last_node_actor(pos, range, seconds)
5151
return core.rollback_get_node_actions(pos, range, seconds, 1)[1]
5252
end
53-

0 commit comments

Comments
 (0)
Please sign in to comment.