13
0

Hotfix Teamserver stuff
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2021-12-28 12:20:36 +01:00
Ursprung 1a6c532f45
Commit 37e59401d7

Datei anzeigen

@ -45,7 +45,7 @@ import static de.steamwar.schematicsystem.commands.SchematicCommandUtils.*;
public class SchematicCommand extends SWCommand {
public SchematicCommand() {
super("schematic", "/schematic", "schem", "/schem");
super("/schematic", Bukkit.getPluginManager().getPlugin("Teamserver") == null ? new String[]{"schem", "/schem", "schematic"} : new String[]{"/schem"});
}
@Register(help = true)