Skip to content

Commit e2bb26a

Browse files
committed
Add 1.21.6 to the config
1 parent ebf1cc5 commit e2bb26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/elytrium/velocitytools/Settings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static class PROTOCOL_BLOCKER {
157157
@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,"),
158158
@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,"),
159159
@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,"),
160-
@CommentValue("1.20, 1.20.2, 1.20.3, 1.20.5, 1.21, 1.21.2, 1.21.4, 1.21.5, LATEST"),
160+
@CommentValue("1.20, 1.20.2, 1.20.3, 1.20.5, 1.21, 1.21.2, 1.21.4, 1.21.5, 1.21.6, LATEST"),
161161
})
162162
public List<String> VERSIONS = List.of("1.7.2");
163163
public String MINIMUM_VERSION = "1.7.2";
@@ -174,7 +174,7 @@ public static class BRAND_CHANGER {
174174

175175
public boolean REWRITE_IN_PING = true;
176176
public boolean REWRITE_IN_GAME = true;
177-
public String PING_BRAND = "YourServer 1.12.2-1.21.5";
177+
public String PING_BRAND = "YourServer 1.12.2-1.21.6";
178178
@Comment(@CommentValue("For ping."))
179179
public boolean SHOW_ALWAYS = false;
180180
@Comment(@CommentValue("{0} - Original server brand (e.g. Paper)."))

0 commit comments

Comments
 (0)