Skip to content

Commit

Permalink
Update lang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ME1312 committed Mar 17, 2022
1 parent 7433fc0 commit f6ce5c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public static void updateLang(File file) throws IOException {

existing = updated.clone();
i++;
} if (was.compareTo(new Version("21w49b")) <= 0) {
} if (was.compareTo(new Version("22w10a")) <= 0) {
if (existing.contains("Lang")) {
updated.getMap("Lang").remove("Command.Teleport");
}
Expand Down

0 comments on commit f6ce5c9

Please sign in to comment.