res update

This commit is contained in:
rfi
2024-04-01 06:47:11 +07:00
parent 88ce7cc08c
commit 40c053cf30
2 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ namespace BLHX.Server.Game
readonly Task loopTask; readonly Task loopTask;
ushort packetIdx = 0; ushort packetIdx = 0;
private ushort NextPacketIdx => packetIdx; 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) public Connection(TcpClient tcpClient)
{ {

View File

@@ -20,13 +20,13 @@ namespace BLHX.Server.Game.Handlers
ProxyIp = Config.Instance.Address, ProxyIp = Config.Instance.Address,
ProxyPort = Config.Instance.Port, ProxyPort = Config.Instance.Port,
Versions = [ Versions = [
"$azhash$7$1$459$470aa097fec844d6", "$azhash$7$1$532$312a453ef34efc48",
"$cvhash$467$98edcdd4e7dac668", "$cvhash$477$8487e9251175425e",
"$l2dhash$514$b59cdb747b1c64c9", "$l2dhash$526$4bf900d597d9b176",
"$pichash$15$0d6f59289972cc8a", "$pichash$15$0d6f59289972cc8a",
"$bgmhash$13$76fdc897426a138d", "$bgmhash$13$76fdc897426a138d",
"$paintinghash$82$6daa07fa50583c60", "$paintinghash$99$19becda4b1a9955a",
"$mangahash$24$3cefad85368b3296", "$mangahash$31$e79f94a955fca957",
"$cipherhash$24$3cefad85368b3296", "$cipherhash$24$3cefad85368b3296",
"dTag-1" "dTag-1"
], ],