From 45dc9c148ee4ffcae8d4470b66b2fce77a639c7a Mon Sep 17 00:00:00 2001 From: Lixfel Date: Mon, 28 Feb 2022 17:38:04 +0100 Subject: [PATCH] Fix team changeleader -> promote Signed-off-by: Lixfel --- src/de/steamwar/bungeecore/commands/TeamCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/steamwar/bungeecore/commands/TeamCommand.java b/src/de/steamwar/bungeecore/commands/TeamCommand.java index 58a3c355..0cd0277d 100644 --- a/src/de/steamwar/bungeecore/commands/TeamCommand.java +++ b/src/de/steamwar/bungeecore/commands/TeamCommand.java @@ -647,7 +647,7 @@ public class TeamCommand extends BasicCommand { tab.add("event"); tab.add("changekuerzel"); tab.add("changename"); - tab.add("changeleader"); + tab.add("promote"); tab.add("changecolor"); }else if(args.length == 2){ if(args[1].equalsIgnoreCase("event")){