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))) } }