diff --git a/Assets/Zion/Scripts/Adam/FormationManager.cs b/Assets/Zion/Scripts/Adam/FormationManager.cs index 7cb1201f..c4217795 100644 --- a/Assets/Zion/Scripts/Adam/FormationManager.cs +++ b/Assets/Zion/Scripts/Adam/FormationManager.cs @@ -231,6 +231,10 @@ public class FormationManager : MonoSingleton } } + private void SetGroupInfo() + { + + } /// /// 打组发送给别人 /// @@ -238,6 +242,8 @@ public class FormationManager : MonoSingleton { string msg = $"send2room group,{groupIndex},{info}"; _ = SyncCreateRoom.SendMessageAsync(msg); + string localMsg = $"group,{groupIndex},{info}"; + OnReciveMsg(localMsg); } public void OnCancel() diff --git a/Assets/Zion/Scripts/ModelFunction/UAV/UnmannedAerialVehicleManage.cs b/Assets/Zion/Scripts/ModelFunction/UAV/UnmannedAerialVehicleManage.cs index 426ca37b..cffb90c3 100644 --- a/Assets/Zion/Scripts/ModelFunction/UAV/UnmannedAerialVehicleManage.cs +++ b/Assets/Zion/Scripts/ModelFunction/UAV/UnmannedAerialVehicleManage.cs @@ -880,7 +880,6 @@ public class UnmannedAerialVehicleManage : MonoBehaviour isGroup = true; SetGroupTips(groupId); } - Debug.Log($"++:badxx ==={groupId}"); WRJName = wrjModel.ToString(); }