mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Update FlagCommand.java
This commit is contained in:
parent
32e095ce15
commit
3009db3aa7
@ -327,9 +327,6 @@ public final class FlagCommand extends Command {
|
||||
try {
|
||||
parsed = plotFlag.parse(value);
|
||||
} catch (final FlagParseException e) {
|
||||
player.sendMessage(
|
||||
TranslatableCaption.of("")
|
||||
);
|
||||
player.sendMessage(
|
||||
TranslatableCaption.of("flag.flag_parse_error"),
|
||||
Template.of("flag_name", plotFlag.getName()),
|
||||
|
Loading…
Reference in New Issue
Block a user