This commit is contained in:
Jesse Boyd
2019-07-17 16:21:30 +10:00
parent 3113d8dd69
commit 2da3367f3d
11 changed files with 70 additions and 68 deletions

View File

@@ -557,7 +557,7 @@ public class SchematicCommands {
" -f <format> restricts by format\n"
)
@CommandPermissions("worldedit.schematic.show")
public void show(Player player, CommandContext args, @Switch('f') String formatName) {
public void show(Player player, CommandContext args, @Switch(name='f', desc = "TODO") String formatName) {
FawePlayer fp = FawePlayer.wrap(player);
if (args.argsLength() == 0) {
if (fp.getSession().getVirtualWorld() != null) fp.setVirtualWorld(null);