Skip to content

Commit

Permalink
Fix error on mod download failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowNinja committed Jan 24, 2014
1 parent 76d4396 commit 6e352e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/modstore.lua
Expand Up @@ -301,7 +301,7 @@ function modstore.handle_buttons(current_tab,fields)
}
else
return {
modtitle = param.title,
moddetails = param.moddetails,
successfull = false
}
end
Expand Down

0 comments on commit 6e352e3

Please sign in to comment.