Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
SwearProtection: fix hearts length
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Dec 17, 2023
1 parent bb70d20 commit 8b0b122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public String replace(@Nullable Player player, @NotNull String string) {
}
}

words[x] = swearHideSymbol.repeat(3);
words[x] = swearHideSymbol;

stringBuilder = new StringBuilder();
lastX = x + 1;
Expand Down

0 comments on commit 8b0b122

Please sign in to comment.