Skip to content

Commit

Permalink
Update for MC 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Jun 7, 2023
1 parent edea2d8 commit c963d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ public void setServerName(String serverName)
//endregion
//endregion

private Sound getSound(String option, String autoValue)
private Sound getSound(final @NotNull String option, final @NotNull String autoValue)
{
if(!getConfigE().getBoolean("Sound.Enable", true)) return null;
String soundName = getConfigE().getString("Sound." + option, "auto").toUpperCase(Locale.ENGLISH);
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.7-RC1</revision>
<revision>2.7</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 c963d6a

Please sign in to comment.