Skip to content

Commit e249605

Browse files
committed
fix: correct tab completion for /plot f set <flag> <value>
1 parent f020a6c commit e249605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/src/main/java/com/plotsquared/core/command/FlagCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public Collection<Command> tab(
316316
} catch (final Exception ignored) {
317317
}
318318
}
319-
return tabOf(player, args, space);
319+
return Collections.emptyList();
320320
}
321321

322322
@CommandDeclaration(command = "set",

0 commit comments

Comments
 (0)