mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Format Code
This commit is contained in:
@@ -113,10 +113,7 @@ public class EntryPoint
|
||||
if (ConfigManager.Config.GameServer.UsePacketEncryption)
|
||||
{
|
||||
Crypto.ClientSecretKey = Crypto.InitEc2b();
|
||||
if (Crypto.ClientSecretKey == null)
|
||||
{
|
||||
ConfigManager.Config.GameServer.UsePacketEncryption = false;
|
||||
}
|
||||
if (Crypto.ClientSecretKey == null) ConfigManager.Config.GameServer.UsePacketEncryption = false;
|
||||
}
|
||||
|
||||
Logger.Warn(I18NManager.Translate("Server.ServerInfo.WaitForAllDone"));
|
||||
|
||||
Reference in New Issue
Block a user