Fix error on mod download failure

master
ShadowNinja 2014-01-24 15:22:22 -05:00
parent 76d4396fa1
commit 6e352e3cbf
1 changed files with 1 additions and 1 deletions

View File

@ -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