Fixed updater on 1.20.2

This commit is contained in:
coolGi
2023-10-02 14:16:08 +10:30
parent 9b183aba93
commit b18fcb5815
@@ -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;
}