Fix Deprecation of ResponseDataConsumer

This commit is contained in:
thiccaxe 2021-04-04 19:53:01 -07:00
parent 02538f0d31
commit 56f8728890

View File

@ -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;