Skip to content

Commit

Permalink
fix: remove unneeded extra chat messages when creating a portal
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 12, 2024
1 parent 62d48e2 commit 12e3191
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ public void onCommand(CommandSenderContainer sender, String[] args) {
return;
}

sender.sendMessage(Lang.centeredTitle(
Lang.translate("command.create.portal.prep")));
sender.sendMessage("");
sender.sendMessage(Lang.translate("command.create.tags"));

if (!portalTags.isEmpty()) {
this.filterAndProcessTags(portalTags);
TagReader.printArgs(sender, portalTags);
Expand Down

0 comments on commit 12e3191

Please sign in to comment.