diff --git a/src/Infernus101/KitUI/Main.php b/src/Infernus101/KitUI/Main.php index 92f2694..e501406 100644 --- a/src/Infernus101/KitUI/Main.php +++ b/src/Infernus101/KitUI/Main.php @@ -95,7 +95,7 @@ public function onCommand(CommandSender $sender, Command $cmd, String $label, ar return false; } if(isset($args[0])){ - $sender->sendMessage(TextFormat::GREEN . "About:\nKit UI by Infernus101! github.com/Infernus101/KitUI\n" . TextFormat::AQUA . "Servers - FallenTech.tk | CounterTech.tk 19132"); + $sender->sendMessage(TextFormat::GREEN . "About:\nKit UI by Infernus101! github.com/Infernus101/KitUI\n" . TextFormat::BLUE . "Servers - FallenTech.tk 19132"); return false; }