diff --git a/NebulaPatcher/Patches/Dynamic/PlanetData_Patch.cs b/NebulaPatcher/Patches/Dynamic/PlanetData_Patch.cs index 908b2f54f..7ea26fe72 100644 --- a/NebulaPatcher/Patches/Dynamic/PlanetData_Patch.cs +++ b/NebulaPatcher/Patches/Dynamic/PlanetData_Patch.cs @@ -25,7 +25,6 @@ public static bool UnloadMeshes_Prefix(PlanetData __instance) [HarmonyPatch("UnloadData")] public static bool UnloadData_Prefix() { - //TODO: FIX: This causes that atmosphere dissapear //Host should not unload planet data, since he need to permorm all operations from users if (SimulatedWorld.Initialized && LocalPlayer.IsMasterClient) {