diff --git a/Nautilus/Handlers/PrefabHandler.cs b/Nautilus/Handlers/PrefabHandler.cs index 95708b8a..ffc219f2 100644 --- a/Nautilus/Handlers/PrefabHandler.cs +++ b/Nautilus/Handlers/PrefabHandler.cs @@ -60,7 +60,6 @@ private static IEnumerator InitPrefabAsync(TaskResult gameObject, Pr InternalLogger.Error($"PrefabHandler: PrefabFactory returned null for {info.ClassID}"); yield break; } - obj.SetActive(false); var techType = info.TechType; var classId = info.ClassID; diff --git a/Version.targets b/Version.targets index 22d11afd..5e7bd9cd 100644 --- a/Version.targets +++ b/Version.targets @@ -3,7 +3,7 @@ 1.0.0 - 30 + 31 pre.$(SuffixNumber) \ No newline at end of file