Update lang.yml

This commit is contained in:
ME1312 2022-03-17 01:42:17 -04:00 committed by GitHub
parent 7433fc04a8
commit f6ce5c92fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ public class ConfigUpdater {
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");
}