1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Luanti rename: builtin (#15324)

This commit is contained in:
Wuzzy
2024-10-28 19:40:18 +01:00
committed by GitHub
parent 409e75b94d
commit ad4b13a0e9
69 changed files with 77 additions and 112 deletions

View File

@@ -11,8 +11,8 @@ end
core.known_metatables = known_metatables
function core.register_async_metatable(...)
core.log("deprecated", "minetest.register_async_metatable is deprecated. " ..
"Use minetest.register_portable_metatable instead.")
core.log("deprecated", "core.register_async_metatable is deprecated. " ..
"Use core.register_portable_metatable instead.")
return core.register_portable_metatable(...)
end