mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 07:06:44 +01:00
Merge remote-tracking branch 'origin/feature/v6/json' into feature/v6/json
This commit is contained in:
commit
86a0816b26
@ -327,9 +327,6 @@ public final class FlagCommand extends Command {
|
|||||||
try {
|
try {
|
||||||
parsed = plotFlag.parse(value);
|
parsed = plotFlag.parse(value);
|
||||||
} catch (final FlagParseException e) {
|
} catch (final FlagParseException e) {
|
||||||
player.sendMessage(
|
|
||||||
TranslatableCaption.of("")
|
|
||||||
);
|
|
||||||
player.sendMessage(
|
player.sendMessage(
|
||||||
TranslatableCaption.of("flag.flag_parse_error"),
|
TranslatableCaption.of("flag.flag_parse_error"),
|
||||||
Template.of("flag_name", plotFlag.getName()),
|
Template.of("flag_name", plotFlag.getName()),
|
||||||
|
Loading…
Reference in New Issue
Block a user