mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Incredibly hard update to 1.16.4
This commit is contained in:
parent
1c6070a1b2
commit
96dcd0e27f
@ -74,8 +74,8 @@ public class MinecraftServer {
|
||||
@Getter
|
||||
private final static Logger LOGGER = LoggerFactory.getLogger(MinecraftServer.class);
|
||||
|
||||
public static final String VERSION_NAME = "1.16.3";
|
||||
public static final int PROTOCOL_VERSION = 753;
|
||||
public static final String VERSION_NAME = "1.16.4";
|
||||
public static final int PROTOCOL_VERSION = 754;
|
||||
|
||||
// Threads
|
||||
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";
|
||||
|
@ -38,7 +38,7 @@ public final class CommandManager {
|
||||
|
||||
public static final String COMMAND_PREFIX = "/";
|
||||
|
||||
private boolean running;
|
||||
private volatile boolean running;
|
||||
|
||||
private final ConsoleSender consoleSender = new ConsoleSender();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user