We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e692b66 commit 76c684cCopy full SHA for 76c684c
[Source]/SigmaBinary/ArchiveFixer.cs
@@ -16,15 +16,15 @@ namespace Configuration
16
public class ArchivesFixer : MonoBehaviour
17
{
18
void Update()
19
- {
20
- foreach (RDPlanetListItemContainer planetItem in Resources.FindObjectsOfTypeAll<RDPlanetListItemContainer>())
+ {
+ foreach (RDPlanetListItemContainer planetItem in Resources.FindObjectsOfTypeAll<RDPlanetListItemContainer>())
21
22
if (SigmaBinaryLoader.ArchivesFixerList.Contains(planetItem.label_planetName.text))
23
24
- planetItem.gameObject.SetActive(false);
25
- }
+ planetItem.gameObject.SetActive(false);
+ }
26
}
27
28
29
30
0 commit comments