mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
commit
72c447e1b9
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ namespace MinecraftClient
|
||||||
sh.CopyTo(data, 4 + (username.Length * 2));
|
sh.CopyTo(data, 4 + (username.Length * 2));
|
||||||
|
|
||||||
//host
|
//host
|
||||||
byte[] bhost = Encoding.Unicode.GetBytes(username);
|
byte[] bhost = Encoding.Unicode.GetBytes(host);
|
||||||
Array.Reverse(bhost);
|
Array.Reverse(bhost);
|
||||||
bhost.CopyTo(data, 6 + (username.Length * 2));
|
bhost.CopyTo(data, 6 + (username.Length * 2));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue