Skip to content

Commit

Permalink
Urgent: Remove fix for MC-253741
Browse files Browse the repository at this point in the history
  • Loading branch information
MMK21Hub committed Jul 4, 2022
1 parent 4c32b56 commit a8593a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ Unfortunately, Capitalisation Fixes v1 is not supported in versions newer than 1
- ["Chat not allowed" message](https://bugs.mojang.com/browse/MC-252408) (missing full stop)
- ["Non-consentual intimate imagery" chat report reason](https://bugs.mojang.com/browse/MC-253178) (misspelling)
- [Imminent Harm chat report reason description](https://bugs.mojang.com/browse/MC-253182) (misleading/redundant clause)
- [Not Secure chat message status](https://bugs.mojang.com/browse/MC-253741) (missing full stop)

### Previously-fixed strings

Expand Down
6 changes: 0 additions & 6 deletions src/fixes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ const fixes: Fix[] = [
),
versions: ["22w24a", null],
}),
new Fix({
bug: "MC-253741",
key: "chat.tag.not_secure",
transformer: addFullStop,
versions: ["1.19.1-pre2", null],
}),
]

export default fixes

0 comments on commit a8593a1

Please sign in to comment.