少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-09 97d01eea9716066edd332954850443bbfa5c1189
System/PlayerDead/PlayerDeadModel.cs
@@ -399,6 +399,14 @@
    {
        C0305_tagCCliectReborn reborn = new C0305_tagCCliectReborn();
        reborn.Type = (byte)rebornType;
        GameNetSystem.Instance.SendInfo(reborn);
        if (CrossServerUtility.IsCrossServer())
        {
            GameNetSystem.Instance.SendToCrossServer(reborn);
        }
        else
        {
            GameNetSystem.Instance.SendInfo(reborn);
        }
    }
}