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