mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix network reading incomplete strings
Very long strings are partially read using a single read. Added a loop. Fixed version number and year in assembly infos.
This commit is contained in:
parent
879c124d6a
commit
99e25982c9
2 changed files with 13 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("MinecraftClient")]
|
||||
[assembly: AssemblyCopyright("Copyright © ORelio 2012-2013")]
|
||||
[assembly: AssemblyCopyright("Copyright © ORelio 2012-2014")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
@ -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.6.1")]
|
||||
[assembly: AssemblyFileVersion("1.6.1")]
|
||||
[assembly: AssemblyVersion("1.7.3")]
|
||||
[assembly: AssemblyFileVersion("1.7.3")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue