mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-02 11:21:15 +01:00
Fix Deprecation of ResponseDataConsumer
This commit is contained in:
parent
02538f0d31
commit
56f8728890
@ -135,7 +135,7 @@ public final class MinecraftServer {
|
||||
private static int compressionThreshold = 256;
|
||||
private static boolean packetCaching = true;
|
||||
private static boolean groupedPacket = true;
|
||||
@Deprecated private static ResponseDataConsumer responseDataConsumer;
|
||||
private static ResponseDataConsumer responseDataConsumer;
|
||||
private static String brandName = "Minestom";
|
||||
private static Difficulty difficulty = Difficulty.NORMAL;
|
||||
private static LootTableManager lootTableManager;
|
||||
|
Loading…
Reference in New Issue
Block a user