mirror of
https://github.com/minetest-mods/i3.git
synced 2025-01-13 19:50:31 +01:00
Small fix
This commit is contained in:
parent
1a0aab9b5e
commit
a7bbfa00dd
2
init.lua
2
init.lua
@ -1547,7 +1547,7 @@ local function get_grid_fs(fs, data, rcp, is_recipe)
|
||||
|
||||
local short_desc = meta:get_string("short_description")
|
||||
local long_desc = meta:get_string("description")
|
||||
local meta_desc = (short_desc ~= "" and short_desc) or (long_desc ~= "" and long_desc)
|
||||
local meta_desc = (short_desc ~= "" and short_desc) or (long_desc ~= "" and long_desc) or nil
|
||||
|
||||
local infos = {
|
||||
unknown = unknown,
|
||||
|
Loading…
Reference in New Issue
Block a user