Skip to content

Commit

Permalink
update: unko is no more
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Dec 24, 2023
1 parent cc819ad commit 2f34136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "net.azisaba"
version = "6.8.0"
version = "6.8.1"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(8))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ private void filter(Set<Player> recipients, String format, boolean global) {
Set<String> set = plugin.ngWordsCache.get(player.getUniqueId());
String filtered = NGWordsCache.filter(set, format);
if (global) {
filtered = filtered.replaceAll("うんこ", "***");
}
if (!format.equals(filtered)) {
toRemove.add(player);
Expand Down

0 comments on commit 2f34136

Please sign in to comment.