mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add offline command prompt
Fix #42, and allow more interactive commands when not connected to a server. /quit, /reco, /connect are the only allowed commands in this limited command prompt. Updated Assembly Info, version number is now 1.8.0.
This commit is contained in:
parent
31e53c2dbd
commit
b0b65b7ce0
3 changed files with 66 additions and 47 deletions
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.7.3")]
|
||||
[assembly: AssemblyFileVersion("1.7.3")]
|
||||
[assembly: AssemblyVersion("1.8.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.0")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue