| System/PlayerDead/PlayerDeadModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); } } }