mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
Fix a typo and use proper deprecation notification system
Fix a typo pointed out by @thecow275. Also, use the deprecated notification system which respects the deprecated_lua_api_handling setting.
This commit is contained in:
parent
3aefa5d3ce
commit
abb6fba24f
@ -73,7 +73,7 @@ local function get_formspec(tabview, name, tabdata)
|
|||||||
if not file_exists(infofile) then
|
if not file_exists(infofile) then
|
||||||
infofile = current_texture_path .. DIR_DELIM .. "info.txt"
|
infofile = current_texture_path .. DIR_DELIM .. "info.txt"
|
||||||
if file_exists(infofile) then
|
if file_exists(infofile) then
|
||||||
core.log("info.txt is depreciated. description.txt should be used instead.")
|
core.log("deprecated", "info.txt is deprecated. description.txt should be used instead.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user