From b18fcb5815ce172ea61a3a11c87da0c38cc174e2 Mon Sep 17 00:00:00 2001 From: coolGi Date: Mon, 2 Oct 2023 14:16:08 +1030 Subject: [PATCH] Fixed updater on 1.20.2 --- .../seibel/distanthorizons/core/jar/updater/SelfUpdater.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/jar/updater/SelfUpdater.java b/core/src/main/java/com/seibel/distanthorizons/core/jar/updater/SelfUpdater.java index 87b604764..2cb100520 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/jar/updater/SelfUpdater.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/jar/updater/SelfUpdater.java @@ -130,7 +130,7 @@ public class SelfUpdater if (!pipeline.get("ref").equals(ModGitInfo.Git_Main_Branch)) { - LOGGER.warn("Latest pipeline was found for branch ["+ pipeline.get("ref") +"], but we are on branch ["+ ModGitInfo.Git_Main_Branch +"]."); + //LOGGER.warn("Latest pipeline was found for branch ["+ pipeline.get("ref") +"], but we are on branch ["+ ModGitInfo.Git_Main_Branch +"]."); return false; }