13
0

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

Dieser Commit ist enthalten in:
yoyosource 2021-12-28 12:23:14 +01:00
Ursprung 37e59401d7
Commit 57de31af2f

Datei anzeigen

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