Skip to content

Commit 7a20ce5

Browse files
committed
Changed error screen with updated GitHub repository address.
1 parent 6b7b30d commit 7a20ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function love.errhand(msg)
122122
table.insert(err, "Mari0 Over.")
123123
table.insert(err, "Crash = Very Yes.\n\n")
124124
if not versionerror then
125-
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")
125+
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")
126126
end
127127
table.insert(err, "Mari0 " .. (marioversion or "UNKNOWN") .. ", LOVE " .. (love._version or "UNKNOWN") .. " running on " .. (love._os or "UNKNOWN") .. "\n")
128128
if love.graphics.getRendererInfo then

0 commit comments

Comments
 (0)