mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Improve offline interactions
- Add prompt for Minecraft version - Improve offline-mode command prompt - Fix default value on parse error in protocol handler - Fix failed to connect not showing offline prompt
This commit is contained in:
parent
7757d5ae03
commit
05a141c50d
4 changed files with 78 additions and 30 deletions
|
|
@ -124,7 +124,7 @@ namespace MinecraftClient.Protocol
|
|||
}
|
||||
catch
|
||||
{
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue