From 482c4d69b094bddf5e6e10dfc996a972a628850a Mon Sep 17 00:00:00 2001 From: Rui914 Date: Sat, 31 Oct 2015 08:35:27 +0900 Subject: minetest. to core. --- builtin/mainmenu/tab_texturepacks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/mainmenu') diff --git a/builtin/mainmenu/tab_texturepacks.lua b/builtin/mainmenu/tab_texturepacks.lua index 5bbbe9b91..5514d31f9 100644 --- a/builtin/mainmenu/tab_texturepacks.lua +++ b/builtin/mainmenu/tab_texturepacks.lua @@ -68,7 +68,7 @@ local function get_formspec(tabview, name, tabdata) if not file_exists(infofile) then infofile = current_texture_path ..DIR_DELIM.."info.txt" if file_exists(infofile) then - minetest.log("info.txt is depreciated. description.txt should be used instead."); + core.log("info.txt is depreciated. description.txt should be used instead."); end end local infotext = "" -- cgit v1.2.3