Deprecate game.conf name, use title instead (#12030)
This commit is contained in:
@@ -88,7 +88,7 @@ if enable_gamebar then
|
||||
|
||||
local image = nil
|
||||
local text = nil
|
||||
local tooltip = core.formspec_escape(game.name)
|
||||
local tooltip = core.formspec_escape(game.title)
|
||||
|
||||
if (game.menuicon_path or "") ~= "" then
|
||||
image = core.formspec_escape(game.menuicon_path)
|
||||
|
||||
Reference in New Issue
Block a user