mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
minetest. to core.
This commit is contained in:
@@ -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 = ""
|
||||
|
Reference in New Issue
Block a user