From 40c053cf3079fb48543e608517c3664cbfdca6ec Mon Sep 17 00:00:00 2001 From: rfi Date: Mon, 1 Apr 2024 06:47:11 +0700 Subject: [PATCH] res update --- BLHX.Server.Game/Connection.cs | 2 +- BLHX.Server.Game/Handlers/P10.cs | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BLHX.Server.Game/Connection.cs b/BLHX.Server.Game/Connection.cs index 279f041..35f6565 100644 --- a/BLHX.Server.Game/Connection.cs +++ b/BLHX.Server.Game/Connection.cs @@ -22,7 +22,7 @@ namespace BLHX.Server.Game readonly Task loopTask; ushort packetIdx = 0; private ushort NextPacketIdx => packetIdx; - public IPEndPoint EndPoint => (IPEndPoint)tcpClient.Client.RemoteEndPoint!; + public IPEndPoint EndPoint => (IPEndPoint?)tcpClient.Client.RemoteEndPoint ?? IPEndPoint.Parse("0.0.0.0:0"); public Connection(TcpClient tcpClient) { diff --git a/BLHX.Server.Game/Handlers/P10.cs b/BLHX.Server.Game/Handlers/P10.cs index d542ac7..f4ce4ec 100644 --- a/BLHX.Server.Game/Handlers/P10.cs +++ b/BLHX.Server.Game/Handlers/P10.cs @@ -20,13 +20,13 @@ namespace BLHX.Server.Game.Handlers ProxyIp = Config.Instance.Address, ProxyPort = Config.Instance.Port, Versions = [ - "$azhash$7$1$459$470aa097fec844d6", - "$cvhash$467$98edcdd4e7dac668", - "$l2dhash$514$b59cdb747b1c64c9", + "$azhash$7$1$532$312a453ef34efc48", + "$cvhash$477$8487e9251175425e", + "$l2dhash$526$4bf900d597d9b176", "$pichash$15$0d6f59289972cc8a", "$bgmhash$13$76fdc897426a138d", - "$paintinghash$82$6daa07fa50583c60", - "$mangahash$24$3cefad85368b3296", + "$paintinghash$99$19becda4b1a9955a", + "$mangahash$31$e79f94a955fca957", "$cipherhash$24$3cefad85368b3296", "dTag-1" ],