mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-02 14:38:26 +01:00
Merge branch '1.17' of github.com:Minestom/Minestom into 1.17
This commit is contained in:
commit
ab5ac387ef
@ -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-rc2";
|
||||
public static final int PROTOCOL_VERSION = 1073741859;
|
||||
public static final String VERSION_NAME = "1.17";
|
||||
public static final int PROTOCOL_VERSION = 755;
|
||||
|
||||
// Threads
|
||||
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";
|
||||
|
Loading…
Reference in New Issue
Block a user