mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-27 19:47:44 +01:00
Nice 1.18
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
f7d7b383ba
commit
07ebd196a8
@ -54,8 +54,8 @@ public final class MinecraftServer {
|
||||
|
||||
public final static Logger LOGGER = LoggerFactory.getLogger(MinecraftServer.class);
|
||||
|
||||
public static final String VERSION_NAME = "1.18-rc4";
|
||||
public static final int PROTOCOL_VERSION = 1073741884;
|
||||
public static final String VERSION_NAME = "1.18";
|
||||
public static final int PROTOCOL_VERSION = 757;
|
||||
|
||||
// Threads
|
||||
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";
|
||||
|
Loading…
Reference in New Issue
Block a user