Skip to content

Commit

Permalink
Update to v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Dec 18, 2021
1 parent ff56ebf commit 7d122ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ public void execute(@NotNull CommandSender sender, @NotNull String mainCommandAl
{
messageUnknownColor.send(sender, colorArg);
}
else if(!color.isColor())
{
messageNotAColor.send(sender, colorArg);
}
else
{
//noinspection ConstantConditions
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>pom</packaging>

<properties>
<revision>2.5.3</revision>
<revision>2.5.4</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<bukkitVersion>1.15.2-R0.1-SNAPSHOT</bukkitVersion>
Expand Down

0 comments on commit 7d122ab

Please sign in to comment.