This commit is contained in:
Jannik Reimers 2024-06-13 23:32:28 +02:00
parent 7e9ba26a81
commit 15b0ac03d1

View File

@ -78,7 +78,6 @@ class Platinum : JavaPlugin() {
if (apires[0].sha == hash) { if (apires[0].sha == hash) {
componentLogger.info(Component.text("Commit Hashes match, ur on the latest snapshot version", TextColor.color(0,255,0))) componentLogger.info(Component.text("Commit Hashes match, ur on the latest snapshot version", TextColor.color(0,255,0)))
} else { } 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))) 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)))
} }
} }