Skip to content

Commit

Permalink
1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Apr 28, 2024
1 parent 5221886 commit 5b6e207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/de/jo0001/viaTesting/util/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public static String idToVersion(final int id) {
return "1.20.2";
case 765:
return "1.20.4";
case 766:
return "1.20.5";
default:
return "Unknown";
}
Expand Down

0 comments on commit 5b6e207

Please sign in to comment.