mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-05 18:32:28 +01:00
Update to 1.18-pre8
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
842cbf00be
commit
0dda862d77
@ -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-pre7";
|
||||
public static final int PROTOCOL_VERSION = 1073741879;
|
||||
public static final String VERSION_NAME = "1.18-pre8";
|
||||
public static final int PROTOCOL_VERSION = 1073741880;
|
||||
|
||||
// Threads
|
||||
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";
|
||||
|
Loading…
Reference in New Issue
Block a user