| UI/Common/UIRoot.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
UI/Common/UIRoot.cs
@@ -58,7 +58,14 @@ C320C_tagCGMCMD gmCmd = new C320C_tagCGMCMD(); gmCmd.Cmd = "KillScreenNPC"; gmCmd.CmdLen = 13; GameNetSystem.Instance.SendInfo(gmCmd); if (CrossServerUtility.IsCrossServer()) { GameNetSystem.Instance.SendToCrossServer(gmCmd); } else { GameNetSystem.Instance.SendInfo(gmCmd); } } if (StageManager.Instance.CurrentStage != null)