From 7a20ce579991dfb73b10ed3ac8e169b70688f4dc Mon Sep 17 00:00:00 2001 From: HugoBDesigner Date: Fri, 4 Jun 2021 15:42:33 -0300 Subject: [PATCH] Changed error screen with updated GitHub repository address. --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 214a6de..6e1efa9 100644 --- a/main.lua +++ b/main.lua @@ -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