mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-30 21:17:53 +01:00
Update to pre-release 2
This commit is contained in:
parent
7a9826fc64
commit
9191e8ae1f
@ -68,8 +68,8 @@ public final class MinecraftServer {
|
||||
|
||||
public final static Logger LOGGER = LoggerFactory.getLogger(MinecraftServer.class);
|
||||
|
||||
public static final String VERSION_NAME = "1.17 Pre-Release 1";
|
||||
public static final int PROTOCOL_VERSION = 1073741853;
|
||||
public static final String VERSION_NAME = "1.17 Pre-Release 2";
|
||||
public static final int PROTOCOL_VERSION = 1073741854;
|
||||
|
||||
// Threads
|
||||
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";
|
||||
|
Loading…
Reference in New Issue
Block a user