forked from Mirrorlandia_minetest/minetest
Fix auto_install_spec being used as a table (#13970)
(It's a string since #13906.)
This commit is contained in:
parent
56902745c8
commit
394450758e
@ -705,8 +705,7 @@ local function resolve_auto_install_spec()
|
||||
end
|
||||
|
||||
if not resolved then
|
||||
gamedata.errormessage = fgettext("The package $1/$2 was not found.",
|
||||
auto_install_spec.author, auto_install_spec.name)
|
||||
gamedata.errormessage = fgettext("The package $1 was not found.", auto_install_spec)
|
||||
ui.update()
|
||||
|
||||
auto_install_spec = nil
|
||||
|
Loading…
Reference in New Issue
Block a user