少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-15 0cbe933d37a10dffbf3166a17e347df30b9da8c5
Fight/Actor/State/SMB/STM_BaseAttack.cs
@@ -135,7 +135,7 @@
                    _0502.PosY = (ushort)(owner.Pos.z * 2);
                    _0502.WorldTick = 0;
                    if (!GameNetSystem.Instance.crossServerSocketConnected)
                    if (!CrossServerUtility.IsCrossServer())
                    {
                        GameNetSystem.Instance.SendInfo(_0502);
                    }
@@ -725,7 +725,7 @@
                };
            }
            if (!GameNetSystem.Instance.crossServerSocketConnected)
            if (!CrossServerUtility.IsCrossServer())
            {
                GameNetSystem.Instance.SendInfo(_beatBack);
            }
@@ -1045,7 +1045,7 @@
                            WorldTick = PlayerDatas.Instance.GetWorldTick()
                        };
                        if (!GameNetSystem.Instance.crossServerSocketConnected)
                        if (!CrossServerUtility.IsCrossServer())
                        {
                            GameNetSystem.Instance.SendInfo(_proto);
                        }