fix typo in maximum minecraft version

This commit is contained in:
Jendrik Eggers 2023-12-13 11:38:55 +01:00
parent f67f9d8168
commit d8965a4999
No known key found for this signature in database
GPG Key ID: D3C96055B4E1F4B6
1 changed files with 1 additions and 1 deletions

View File

@ -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.