Merge remote-tracking branch 'origin/main'
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2022-08-21 17:58:20 +02:00
Commit e5833aff58

Datei anzeigen

@ -458,13 +458,13 @@ public final class PlatformCommandManager {
// new TransformCommands() // new TransformCommands()
// ); // );
//FAWE end //FAWE end
registerSubCommands( // registerSubCommands(
"schematic", // "schematic",
ImmutableList.of("schem", "/schematic", "/schem"), // ImmutableList.of("schem", "/schematic", "/schem"),
"Schematic commands for saving/loading areas", // "Schematic commands for saving/loading areas",
SchematicCommandsRegistration.builder(), // SchematicCommandsRegistration.builder(),
new SchematicCommands(worldEdit) // new SchematicCommands(worldEdit)
); // );
registerSubCommands( registerSubCommands(
"snapshot", "snapshot",
//FAWE start - add "/" aliases as well //FAWE start - add "/" aliases as well