Skip to content

Commit

Permalink
Remove invalid available versions
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNugget committed Apr 27, 2024
1 parent 037bde4 commit ba79677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/elytrium/velocitytools/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public static class PROTOCOL_BLOCKER {
@CommentValue("1.7.2, 1.7.6, 1.8, 1.9, 1.9.1, 1.9.2, 1.9.4, 1.10, 1.11, 1.11.1, 1.12, 1.12.1, 1.12.2,"),
@CommentValue("1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2,"),
@CommentValue("1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.17, 1.17.1, 1.18, 1.18.2, 1.19, 1.19.1, 1.19.3, 1.19.4,"),
@CommentValue("1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, LATEST"),
@CommentValue("1.20, 1.20.2, 1.20.3, 1.20.5, LATEST"),
})
public List<String> VERSIONS = List.of("1.7.2");
public String MINIMUM_VERSION = "1.7.2";
Expand Down

0 comments on commit ba79677

Please sign in to comment.