Update to 1.18-pre1

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-11-12 17:55:22 +01:00
parent 3ecd83c1cf
commit 948b2c8228
1 changed files with 2 additions and 2 deletions

View File

@ -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";