Skip to content

Commit e7f9162

Browse files
committed
Add 1.21.4 to the config
1 parent 63514dc commit e7f9162

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
@@ -156,7 +156,7 @@ public static class PROTOCOL_BLOCKER {
156156
@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,"),
157157
@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,"),
158158
@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,"),
159-
@CommentValue("1.20, 1.20.2, 1.20.3, 1.20.5, 1.21, 1.21.2, LATEST"),
159+
@CommentValue("1.20, 1.20.2, 1.20.3, 1.20.5, 1.21, 1.21.2, 1.21.4, LATEST"),
160160
})
161161
public List<String> VERSIONS = List.of("1.7.2");
162162
public String MINIMUM_VERSION = "1.7.2";
@@ -173,7 +173,7 @@ public static class BRAND_CHANGER {
173173

174174
public boolean REWRITE_IN_PING = true;
175175
public boolean REWRITE_IN_GAME = true;
176-
public String PING_BRAND = "YourServer 1.12.2-1.21.2";
176+
public String PING_BRAND = "YourServer 1.12.2-1.21.4";
177177
@Comment(@CommentValue("For ping."))
178178
public boolean SHOW_ALWAYS = false;
179179
@Comment(@CommentValue("{0} - Original server brand (e.g. Paper)."))

0 commit comments

Comments
 (0)