removed uuid request from launcher

This commit is contained in:
2022-10-15 01:04:54 +06:00
parent 79aa1cd730
commit 3fd28200ff
2 changed files with 2 additions and 22 deletions

View File

@@ -166,14 +166,6 @@ internal static partial class Launcher
Info.Log("g", "client updated");
}
if (!config.UUID.IsNullOrEmpty())
{
Info.Log("y", "uuid not found in config. requesting from server");
mainSocket.SendPackage("requesting uuid".ToBytes());
var uuid = mainSocket.GetPackage().BytesToString();
config.UUID = uuid;
}
config.Save();
// запуск майнкрафта
Info.Log("g", "launching minecraft");