mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-03 23:17:48 +01:00
1.16.3
This commit is contained in:
parent
6c4b9e0833
commit
952668efc0
@ -60,8 +60,8 @@ public class MinecraftServer {
|
||||
@Getter
|
||||
private final static Logger LOGGER = LoggerFactory.getLogger(MinecraftServer.class);
|
||||
|
||||
public static final String VERSION_NAME = "1.16.2";
|
||||
public static final int PROTOCOL_VERSION = 751;
|
||||
public static final String VERSION_NAME = "1.16.3";
|
||||
public static final int PROTOCOL_VERSION = 753;
|
||||
|
||||
// Threads
|
||||
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";
|
||||
|
Loading…
Reference in New Issue
Block a user