Skip to content

Commit

Permalink
Add 1.20.4-1.21 protocol names
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Jun 13, 2024
1 parent 9ef991e commit 3820829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/src/main/java/us/ajg0702/queue/common/QueueMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@ private void constructMessages() {
d.putIfAbsent("protocol-names.762", "1.19.4");
d.putIfAbsent("protocol-names.763", "1.20.1");
d.putIfAbsent("protocol-names.764", "1.20.2");
d.putIfAbsent("protocol-names.765", "1.20.4");
d.putIfAbsent("protocol-names.766", "1.20.6");
d.putIfAbsent("protocol-names.767", "1.21");

messages = new Messages(dataFolder, new LogConverter(logger), d);
}
Expand Down

0 comments on commit 3820829

Please sign in to comment.