Skip to content

Commit

Permalink
v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP authored Dec 18, 2022
1 parent 4e3eb53 commit 88b0b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>ChatEx</name>
<inceptionYear>2022</inceptionYear>

<version>2.9.1</version>
<version>2.9.2</version>
<description>ChatManagement plugin for Bukkit</description>
<url>https://www.spigotmc.org/resources/chatex-continued.71041/</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/jeter/chatex/utils/Locales.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public String getDefaultValue() {
}

public String getString(Player p) {
String ret = cfg.getString(path).replaceAll("&((?i)[0-9a-fk-or])", "§$1");
String ret = Utils.replaceColors(cfg.getString(path));
ret = Utils.replacePlayerPlaceholders(p, ret);
return ret;
}
Expand Down

0 comments on commit 88b0b95

Please # to comment.