LogError删除
This commit is contained in:
parent
71e68b463c
commit
bba48a5f25
@ -788,7 +788,7 @@ public class Panel : MonoBehaviour
|
||||
Text personText = personItem.GetComponentInChildren<Text>();
|
||||
|
||||
if (personText != null)
|
||||
{Debug.LogError("INININNIININININININININININININININININININI");
|
||||
{
|
||||
// 检查该人员是否已经添加到当前场景
|
||||
bool isPersonAdded = sceneDataDictionary[selectedInfo.scene].Any(info => info.name == personText.text);
|
||||
|
||||
|
@ -81,7 +81,6 @@ public class EvacuationPanel : MonoBehaviour
|
||||
createTemplateInfo.Instance.auth_CreateTemplate.npcList = new List<NpcList>();
|
||||
foreach(var npcInfo in personnelItems)
|
||||
{
|
||||
Debug.LogError("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
|
||||
NpcList nPC = new NpcList();
|
||||
nPC.npcId = npcInfo.npcId.ToString();
|
||||
nPC.areaId = npcInfo.sceneId.ToString();
|
||||
|
Loading…
Reference in New Issue
Block a user