From 15b0ac03d1168012e594b346334b07d80dc43221 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Thu, 13 Jun 2024 23:32:28 +0200 Subject: [PATCH] boah --- src/main/kotlin/moe/jansel/platinum/Platinum.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/moe/jansel/platinum/Platinum.kt b/src/main/kotlin/moe/jansel/platinum/Platinum.kt index 728a4c1..2ca05fc 100644 --- a/src/main/kotlin/moe/jansel/platinum/Platinum.kt +++ b/src/main/kotlin/moe/jansel/platinum/Platinum.kt @@ -78,7 +78,6 @@ class Platinum : JavaPlugin() { if (apires[0].sha == hash) { componentLogger.info(Component.text("Commit Hashes match, ur on the latest snapshot version", TextColor.color(0,255,0))) } else { - logger.info("Commit Hashes mismatch, either you\'re using a commit that isnt pushed yet or you\'re out of date") componentLogger.info(Component.text("Commit Hashes mismatch, either you\'re using a commit that isnt pushed yet or you\'re out of date", TextColor.color(255,0,0))) } }