mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-16 14:25:19 -05:00
Fix error on mod download failure
This commit is contained in:
parent
76d4396fa1
commit
6e352e3cbf
@ -301,7 +301,7 @@ function modstore.handle_buttons(current_tab,fields)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
return {
|
return {
|
||||||
modtitle = param.title,
|
moddetails = param.moddetails,
|
||||||
successfull = false
|
successfull = false
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user