mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-12 14:34:39 +01:00
res update
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user