mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-30 21:17:53 +01:00
Use proper version name
This commit is contained in:
parent
8712ca364b
commit
93434eb887
@ -68,7 +68,7 @@ public final class MinecraftServer {
|
||||
|
||||
public final static Logger LOGGER = LoggerFactory.getLogger(MinecraftServer.class);
|
||||
|
||||
public static final String VERSION_NAME = "1.17 Pre-Release 2";
|
||||
public static final String VERSION_NAME = "1.17-pre2";
|
||||
public static final int PROTOCOL_VERSION = 1073741854;
|
||||
|
||||
// Threads
|
||||
|
Loading…
Reference in New Issue
Block a user