Skip to content

Commit 251f6dd

Browse files
committed
Update deprecated_functions.lua
1 parent 67f4a32 commit 251f6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deprecated_functions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local function make_deprecated_function_no_replacement(old_funcname,message)
1717
Debug.Message("]] .. old_funcname .. [[ is deprecated and will be removed. ]] .. message .. [[")
1818
return oldfunc(...)
1919
end
20-
end)()]],"make_deprecated_function_alias")()
20+
end)()]],"make_deprecated_function_no_replacement")()
2121
end
2222
local function make_deleted_replaced_function(old_funcname,new_funcname)
2323
load(old_funcname .. [[= function()

0 commit comments

Comments
 (0)