Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix error on mod download failure
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
builtin/modstore.lua
|
@@ -301,7 +301,7 @@ function modstore.handle_buttons(current_tab,fields) |
|
|
} |
|
|
else |
|
|
return { |
|
|
modtitle = param.title, |
|
|
moddetails = param.moddetails, |
|
|
successfull = false |
|
|
} |
|
|
end |
|
|