From 723b55bf11e1fa672180183289e6cf23ab5324f1 Mon Sep 17 00:00:00 2001 From: MISHA <108226177+F3F5@users.noreply.github.com> Date: Tue, 12 Dec 2023 01:47:26 +0400 Subject: [PATCH] fix typo --- src/main/java/com/comphenix/protocol/ProtocolLibrary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 79123135..515fad43 100644 --- a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -37,7 +37,7 @@ public class ProtocolLibrary { /** * The maximum version ProtocolLib has been tested with. */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.20.24"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.20.4"; /** * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.20.4) was released.