Manually enable sector

This commit is contained in:
Noah Pilarski 2022-05-27 05:50:05 -04:00
parent 74873efc11
commit 76e4ed12d5

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine;
namespace NewHorizons.Builder.General
{
@ -27,6 +27,7 @@ namespace NewHorizons.Builder.General
S._subsectors = new List<Sector>();
sectorGO.SetActive(true);
S.enabled = true;
return S;
}