mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +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 {
|
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