mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
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
|
end
|
||||||
|
|
||||||
if not resolved then
|
if not resolved then
|
||||||
gamedata.errormessage = fgettext("The package $1/$2 was not found.",
|
gamedata.errormessage = fgettext("The package $1 was not found.", auto_install_spec)
|
||||||
auto_install_spec.author, auto_install_spec.name)
|
|
||||||
ui.update()
|
ui.update()
|
||||||
|
|
||||||
auto_install_spec = nil
|
auto_install_spec = nil
|
||||||
|
Loading…
Reference in New Issue
Block a user