From 8de20f2b2586b0c907141ceb4cd61a0c501130d0 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Fri, 10 Jun 2022 20:39:32 +0800 Subject: [PATCH] sadge --- src/logs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logs.ts b/src/logs.ts index 0456bfb..d7d9cf6 100644 --- a/src/logs.ts +++ b/src/logs.ts @@ -171,7 +171,7 @@ const tempM1Analyzer: Analyzer = async (text) => { if (lwjglFail && m1) { return [ 'M1 issues', - "PolyMC doesn't support Apple M1 for sub-1.19 versions yet. Use ManyMC https://github.com/MinecraftMachina/ManyMC or PolyM1 https://github.com/ryanccn/PolyM1 if you still want to use PolyMC", + "PolyMC doesn't support Apple M1 for sub-1.19 versions yet. Use ManyMC https://github.com/MinecraftMachina/ManyMC.", ]; }