mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Reduce output verbosity, default session cache
- Memory session cache will be used by default - Verbose messages are now hidden by default - Improve ping procedure's Forge handling - Fix 1.8.9 and 1.9.0 in mcversion setting - SessionCache.cs: fix LF into CRLF - Use 1.9 translations instead of 1.8
This commit is contained in:
parent
d44a76e82c
commit
d45f75f9f4
11 changed files with 119 additions and 105 deletions
|
|
@ -123,8 +123,9 @@ namespace MinecraftClient.Protocol
|
|||
case "1.8.6":
|
||||
case "1.8.7":
|
||||
case "1.8.8":
|
||||
return 47;
|
||||
case "1.8.9":
|
||||
return 47;
|
||||
case "1.9.0":
|
||||
return 107;
|
||||
default:
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue