diff --git a/MinecraftClient/Protocol/Handlers/Protocol18.cs b/MinecraftClient/Protocol/Handlers/Protocol18.cs index 12102723..68f5a34d 100644 --- a/MinecraftClient/Protocol/Handlers/Protocol18.cs +++ b/MinecraftClient/Protocol/Handlers/Protocol18.cs @@ -34,7 +34,6 @@ namespace MinecraftClient.Protocol.Handlers internal const int MC113Version = 393; internal const int MC114Version = 477; internal const int MC115Version = 573; - internal const int MC1151Version = 575; internal const int MC1152Version = 578; private int compression_treshold = 0; diff --git a/MinecraftClient/Settings.cs b/MinecraftClient/Settings.cs index a5cf01ff..3b0d020c 100644 --- a/MinecraftClient/Settings.cs +++ b/MinecraftClient/Settings.cs @@ -548,7 +548,7 @@ namespace MinecraftClient + "showxpbarmessages=true # Messages displayed above xp bar\r\n" + "showchatlinks=true # Show links embedded in chat messages\r\n" + "terrainandmovements=false # Uses more ram, cpu, bandwidth\r\n" - + "inventoryhandling=false # Toggle inventory handling\r\n" + + "inventoryhandling=false # Toggle inventory handling (experimental, enable only for development)\r\n" + "sessioncache=disk # How to retain session tokens. Use 'none', 'memory' or 'disk'\r\n" + "resolvesrvrecords=fast # Use 'false', 'fast' (5s timeout), or 'true'. Required for joining some servers.\r\n" + "accountlist=accounts.txt # See README > 'Servers and Accounts file' for more info about this file\r\n"