Update to 1.18-pre4

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-11-18 00:05:31 +01:00
parent 02212f4885
commit 1c523e1554

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 = "1.18-pre2";
public static final int PROTOCOL_VERSION = 1073741874;
public static final String VERSION_NAME = "1.18-pre4";
public static final int PROTOCOL_VERSION = 1073741876;
// Threads
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";