Skip to content

Commit

Permalink
Color mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
xwertxy committed Dec 2, 2023
1 parent b735387 commit fe96d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/DefaultCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private function viewList(Player $player, bool $removed = false) {
$form->setTitle($this->language->translateMessage("ui-pf-manage-title"));
if($removed) $form->setContent($this->language->translateMessage("ui-pf-manage-remove-done"));
foreach ($this->plugin->getProfanity()->get("banned-words") as $word) {
$form->addButton(T::RED . $word, 0, "", $word);
$form->addButton(T::DARK_RED . $word, 0, "", $word);
}
$form->addButton($this->language->translateMessage("ui-pf-manage-button-return"), -1, "", "return");
$player->sendForm($form);
Expand Down

0 comments on commit fe96d15

Please sign in to comment.