We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36127f commit 797ac1dCopy full SHA for 797ac1d
Nautilus/Handlers/PrefabHandler.cs
@@ -60,7 +60,6 @@ private static IEnumerator InitPrefabAsync(TaskResult<GameObject> gameObject, Pr
60
InternalLogger.Error($"PrefabHandler: PrefabFactory returned null for {info.ClassID}");
61
yield break;
62
}
63
- obj.SetActive(false);
64
65
var techType = info.TechType;
66
var classId = info.ClassID;
0 commit comments