Skip to content

Commit

Permalink
Changed error screen with updated GitHub repository address.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoBDesigner committed Jun 4, 2021
1 parent 6b7b30d commit 7a20ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function love.errhand(msg)
table.insert(err, "Mari0 Over.")
table.insert(err, "Crash = Very Yes.\n\n")
if not versionerror then
table.insert(err, "Tell us what happened at github.com/HugoBDesigner/Mari0-Community-Edition/issues, that'd be swell.\nAlso send us a screenshot.\n")
table.insert(err, "Tell us what happened at github.com/Mari0-CE/Mari0-Community-Edition/issues, that'd be swell.\nAlso send us a screenshot.\n")
end
table.insert(err, "Mari0 " .. (marioversion or "UNKNOWN") .. ", LOVE " .. (love._version or "UNKNOWN") .. " running on " .. (love._os or "UNKNOWN") .. "\n")
if love.graphics.getRendererInfo then
Expand Down

0 comments on commit 7a20ce5

Please sign in to comment.