mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Manually enable sector
This commit is contained in:
parent
74873efc11
commit
76e4ed12d5
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user